Studies have shown that data analysts spend up to 80 percent of their time preparing data for analysis.
This type of work involves creating new variables and summary statistics, merging data sets, and so forth.
Fortunately R offers many functions for this so-called "data wrangling." We have touched on some of these functions in the previous section. In this section we will focus on some features of the dplyr library.