Part16 Data wrangling: select and filter

In this section, we will learn to use a few functions to filter, select and re-organize a data object, before we go on and learn more plotting features.

Load the {dplyr} package:

library(dplyr)