Week 02 - Overview
This week, we’ll be practicing more R programming:
- Writing functions
- Reading/writing data
- tidyverse packages
- Using dplyr functionality to manipulate data
- Using tidyr functionality to reformat data
- Using ggplot2 to create graphics
Dependencies
For this week, you’ll need to install the following R packages:
install.packages("tidyverse")