Chapter 4 Tidyverse

The tidyverse is a collection of related R packages developed to streamline data management, munging and analysis in R. The core tidyverse packages include ggplot2, dplyr, tidyr, lubridate, readr, purrr, tibble, stringr, and forcats. In this chapter, we will give an introduction to the philosophy of tidyverse packages to get you started. We will use these packages extensively though out the urban analytics course.