dplyr {dplyr}R Documentation

dplyr: a grammar of data manipulation

Description

dplyr provides a flexible grammar of data manipulation. It's the next iteration of plyr, focused on tools for working with data frames (hence the d in the name).

Details

It has three main goals:

To learn more about dplyr, start with the vignettes: browseVignettes(package = "dplyr")


[Package dplyr version 0.5.0 Index]