diff --git a/factors.qmd b/factors.qmd index ff0d7cb..db35575 100644 --- a/factors.qmd +++ b/factors.qmd @@ -18,7 +18,7 @@ An early version of the paper helped motivate and scope the forcats package; tha ### Prerequisites -Base R some basic tools for creating and manipulating factors. +Base R provides some basic tools for creating and manipulating factors. We'll supplement these with the **forcats** package, which is part of the core tidyverse. It provides tools for dealing with **cat**egorical variables (and it's an anagram of factors!) using a wide range of helpers for working with factors.