The following packages are required for this lesson. Base R packages are not included here since they are pre-installed.
- Ensure that
Ris up to date - you can download it here - Ensure that RStudio is up to date - you can download it here
The README provides simplified syntax for installing all of these packages.
These are most easily installed by installing the entire tidyverse.
dplyr- tools for data wranglingreadr- tools for reading flat files, including.csvfilesstringr- tools for working with strings
These will not be referred to directly during the session but are needed for the notebook to work correctly.
knitr- create documents from R notebooksrmarkdown- write in Markdown syntax
here- file path management