August 2019
Beginner to intermediate
246 pages
3h 16m
English
The usual way that you use dplyr is similar to how you use purrr. You string together a sequence of actions in a pipeline, with the actions separated by the %>% operator. The difference between the two packages is that the purrr functions work on sequences, while the dplyr functions work on data frames.
This package is huge and more functionality is added in each new ...
Read now
Unlock full access