From f58102a4f2789e39ccddc0e2505c959284af6579 Mon Sep 17 00:00:00 2001 From: "Y. Yu" <54338793+PursuitOfDataScience@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:38:31 -0400 Subject: [PATCH] Update factors.qmd (#1066) To help make the sentence complete. --- factors.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.