Factors in R

code
note
The GRAPH Course
Data Manipulation
R
Author

The GRAPH Network

Published

November 12, 2024

Factors are an important data class for representing and working with categorical variables in R. Completing the course was crucial in helping me build strong foundational skills in creating and manipulating factors using functions from the forcats package, part of the tidyverse. You can refer here for further review