Skip to content

anbnyc/dtplyr

 
 

Repository files navigation

dtplyr

Travis-CI Build Status CRAN_Status_Badge Coverage Status

dtplyr is the data.table backend for dplyr. It provides S3 methods for data.table objects so that dplyr works the way you expect.

dtplyr will always be a bit slower than data.table, because it creates copies of objects rather than mutating in place (that's the dplyr philosophy). Currently, dtplyr is quite a lot slower than bare data.table because the methods aren't quite smart enough. I hope interested dplyr & data.table users from the community will help me to improve the performance.

dtplyr was extracted out of dplyr so it could evolve independently (i.e. more rapidly!) than dplyr. It also makes dplyr a little simpler, and it's easier to keep track of issues by backend.

Installation

You can install from CRAN with:

install.packages("dtplyr")

Or try the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("hadley/dtplyr")

About

Data table backend for dplyr

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%