Dplyr for manipulating tables

We will go over the dplyr functions one by one.

Select for retrieving columns

Filter for retrieving rows

Mutate for adding, removing or changing columns

Pull for retrieving a column as a vector

Group_by for dividing the data into groups

Summarize for calculating summary statistics

Arrange for ordering the rows

Count for counting rows

Rename for renaming columns

Quizzes