Update factors.qmd (#1066)

To help make the sentence complete.
This commit is contained in:
Y. Yu
2022-08-16 12:38:31 -04:00
committed by GitHub
parent 4b340b83b8
commit f58102a4f2

View File

@@ -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.