Other packages > Find by keyword >

dtplyr  

Data Table Back-End for 'dplyr'
View on CRAN: Click here


Download and install dtplyr package within the R console
Install from CRAN:
install.packages("dtplyr")

Install from Github:
library("remotes")
install_github("cran/dtplyr")

Install by package version:
library("remotes")
install_version("dtplyr", "1.3.2")



Attach the package and use:
library("dtplyr")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-06-27
Latest Update: 2025-09-03
Description:
Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.
How to cite:
Hadley Wickham (2016). dtplyr: Data Table Back-End for 'dplyr'. R package version 1.3.2, https://cran.r-project.org/web/packages/dtplyr. Accessed 13 Mar. 2026.
Previous versions and publish date:
0.0.1 (2016-06-27 07:00), 0.0.2 (2017-04-22 01:49), 0.0.3 (2019-02-25 20:40), 1.0.0 (2019-11-12 10:30), 1.0.1 (2020-01-23 07:00), 1.1.0 (2021-02-20 02:50), 1.2.0 (2021-12-05 15:20), 1.2.1 (2022-01-19 23:32), 1.2.2 (2022-08-20 15:20), 1.3.0 (2023-02-24 09:42), 1.3.1 (2023-03-22 14:10), 1.3.2 (2025-09-10 22:30)
Other packages that cited dtplyr R package
View dtplyr citation profile
Other R packages that dtplyr depends, imports, suggests or enhances
Complete documentation for dtplyr
Functions, R codes and Examples using the dtplyr R package
Some associated functions: arrange.dtplyr_step . collect.dtplyr_step . complete.dtplyr_step . count.dtplyr_step . distinct.dtplyr_step . dot-datatable.aware . drop_na.dtplyr_step . dtplyr-package . expand.dtplyr_step . fill.dtplyr_step . filter.dtplyr_step . group_by.dtplyr_step . group_modify.dtplyr_step . head.dtplyr_step . intersect.dtplyr_step . lazy_dt . left_join.dtplyr_step . mutate.dtplyr_step . nest.dtplyr_step . pivot_longer.dtplyr_step . pivot_wider.dtplyr_step . relocate.dtplyr_step . rename.dtplyr_step . replace_na.dtplyr_step . select.dtplyr_step . separate.dtplyr_step . slice.dtplyr_step . summarise.dtplyr_step . transmute.dtplyr_step . unite.dtplyr_step . 
Some associated R codes: by.R . compat-purrr.R . complete.R . count.R . dtplyr-package.R . fill.R . replace_na.R . step-assign.R . step-call-pivot_longer.R . step-call-pivot_wider.R . step-call.R . step-colorder-relocate.R . step-colorder.R . step-first.R . step-group.R . step-join.R . step-modify.R . step-mutate.R . step-nest.R . step-set.R . step-setnames.R . step-subset-arrange.R . step-subset-do.R . step-subset-expand.R . step-subset-filter.R . step-subset-select.R . step-subset-separate.R . step-subset-slice.R . step-subset-summarise.R . step-subset-transmute.R . step-subset.R . step.R . tidyeval-across.R . tidyeval.R . unite.R . utils.R . zzz.R .  Full dtplyr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

gtop  
Game-Theoretically OPtimal (GTOP) Reconciliation Method
In hierarchical time series (HTS) forecasting, the hierarchical relation between multiple time serie ...
Download / Learn more Package Citations See dependency  
vacuum  
Tukey's Vacuum Cleaner
An implementation of three procedures developed by John Tukey: FUNOP (FUll NOrmal Plot), FUNOR-FUNO ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
coalitions  
Bayesian "Now-Cast" Estimation of Event Probabilities in Multi-Party Democracies
An implementation of a Bayesian framework for the opinion poll based estimation of event probabilit ...
Download / Learn more Package Citations See dependency  
pedsuite  
Easy Installation of the 'pedsuite' Packages for Pedigree Analysis
The 'ped suite' is a collection of packages for pedigree analysis, covering applications in forensi ...
Download / Learn more Package Citations See dependency  
bzinb  
Bivariate Zero-Inflated Negative Binomial Model Estimator
Provides a maximum likelihood estimation of Bivariate Zero-Inflated Negative Binomial (BZINB) model ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA