May 2019
Beginner to intermediate
266 pages
5h 57m
English
In this section, we will focus on the way in which the dplyr package works, which helps the manipulation and mutation of data. This package primarily provides a flexible grammar for data manipulation. It is the next iteration of the plyr package, which focuses on tools for working with data frames.
The following steps are implemented to include this package in the R environment:
> install.packages("dplyr")
If the package is already in use, it will be reinstalled or will prompt with the following message:

Read now
Unlock full access