...

/

The tidyverse Library

The tidyverse Library

Get introduced to a coding ecosystem in R with the tidyverse package.

The tidyverse packages

There are three main packages within the tidyverse that we’re interested in:

  • ggplot2: This package provides greatly enhanced data visualization.
  • dplyr: This package provides improved data manipulation.
  • tidyr: This package is used for tidying up data.

Several other packages will load too, but these three are the most important for our project. We can load the whole collection of ...