Tutorial by Topics: dplyr

dplyr is an iteration of plyr that provides a flexible "verb" based functions to manipulate data in R. The latest version of dplyr can be downloaded from CRAN using install.package("dplyr") The key object in dplyr is a tbl, a representation of a tabular data structure. Curren...
This section provides an overview of what dplyr is, and why a developer might want to use it. It should also mention any large subjects within dplyr, and link out to the related topics. Since the Documentation for dplyr is new, you may need to create initial versions of those related topics. ...

Page 1 of 1