The following packages are required for this lesson.
This lesson requires a number of tidyverse
packages:
To install these at once, you can type the following into your console:
install.packages("tidyverse")
This lesson requires the following R
packages from CRAN:
To install these packages, use the same install.packages()
syntax above, but change the package name from tidyverse
to the package you want to install!