2. Wrangling & Visualization with the tidyverse
¶
In this section, we will see some of the advanced functionality for data wrangling and visualization offered by the tidyverse. The tidyverse packages were designed to create a streamlined workflow in R for data manipulation, exploration, and visualization. Everything that we will do with the tidyverse could be accomplished in base R. However, the tidyverse provides an elegant and efficient workflow that makes many of these tasks significantly easier and more efficient.
To use any of the functions and syntax in this section, you will need to import the tidyverse
package in your working session.