Take home messages
-
tidyverse is a package that helps you load many other packages (for data manipulation) into R at once
-
Data manipulation is important to format data for analysis and visualization
-
To figure out what tidyverse commands to use, search for what you want to do + in R using plain language and you can probably find the answer pretty quickly.