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.1")



Attach the package and use:
library("dtplyr")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
First Published: 2016-06-27
Latest Update: 2023-03-22
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.1, https://cran.r-project.org/web/packages/dtplyr. Accessed 29 Mar. 2025.
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for dtplyr10000110001200013000140001500016000170001800019000200002100022000TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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