Tidyverse: easy handling of tables

Check out the following material:

Tidyverse is a collection of packages to simplify analyzing data in tables. The ggplot2 package for data visualization was handled in a previous lesson. In this lesson we will focus on the following components of the tidyverse:

  • dplyr for easy manipulation of tables
  • tidyr for easy reformatting of tables
  • the pipe operator from the magrittr package to easily combine functions