From e08db5b3fbf5902147c21a5600ee2351dcbac147 Mon Sep 17 00:00:00 2001 From: Brett Klamer Date: Tue, 30 Aug 2016 08:55:16 -0400 Subject: [PATCH] Fixing typos in factors.Rmd (#306) * Fixing typos in factors.Rmd * Update factors.Rmd If 'Those' is more appropriate. --- factors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factors.Rmd b/factors.Rmd index 411a181..81bbec6 100644 --- a/factors.Rmd +++ b/factors.Rmd @@ -92,7 +92,7 @@ ggplot(gss_cat, aes(race)) + These levels represent valid values that simply did not occur in this dataset. Unfortunately, dplyr doesn't yet have a `drop` option, but it will in the future. -When working with factors, the two most common operations are changing the order of the levels, and changing the values of the levels. Those operation are described in the sections below. +When working with factors, the two most common operations are changing the order of the levels, and changing the values of the levels. Those operations are described in the sections below. ### Exercise