Lists & Iterations with Purrr
Part 1: Introduction to Purrr
Visualizing Data in R with ggplot2 (Part 3)
This is the final part of the series on data visualization using the popular ggplot2 package.
Visualizing Data In R With ggplot2 (Part 2)
This is the second of a three part series on data visualization using the popular ggplot2 package.
Visualizing Data in R with ggplot2 (Part 1)
This is the first of a three part series on data visualization using the popular ggplot2 package.
An Introduction to forcats
Defining Factors
The forcats package is part of the tidyverse and is useful for dealing with factors. Factors are simply categorical variables, useful for controlling the levels and order of a vector.