diff --git a/factors.Rmd b/factors.Rmd index 537f69d..ae2e8e1 100644 --- a/factors.Rmd +++ b/factors.Rmd @@ -64,7 +64,7 @@ y2 <- factor(x2, levels = month_levels) y2 ``` -If you want a want, you can use `readr::parse_factor()`: +If you want a warning, you can use `readr::parse_factor()`: ```{r} y2 <- parse_factor(x2, levels = month_levels)