Collections
Drew LaMar created this post
@
on
Data Manipulation in R with dplyr
In this interactive course from DataCamp, you will learn how to to perform sophisticated data manipulation tasks using dplyr. Master the five verbs of data manipulation, and complementing techniques to chain your operations, perform group-wise calculations and access data stored in a database outside R.
Outline:
- Introduction to dplyr and tbls
- Select and mutate
- Filter and arrange
- Summarise and the pipe operator
- Group_by and working with databases
Drew LaMar onto Data Manipulation
@
on