Data Manipulation in R – Part 2: dplyr
This post is part 2 of a series on Data Manipulation in R. In part 1, my colleague showed the uses of the data.table package. In this part I will explore the dplyr package using the same examples used in part 1. What is dplyr? dplyr is a package...