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 08 May. 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
04/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/06Downloads for dtplyr12000140001600018000200002200024000TrendBars

Today's Hot Picks in Authors and Packages

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  
trajr  
Animal Trajectory Analysis
A toolbox to assist with statistical analysis of animal trajectories. It provides simple access to a ...
Download / Learn more Package Citations See dependency  
MXM  
Feature Selection (Including Multiple Solutions) and Bayesian Networks
Many feature selection methods for a wide range of response variables, including minimal, statistica ...
Download / Learn more Package Citations See dependency  
gaussDiff  
Difference measures for multivariate Gaussian probability density functions
A collection difference measures for multivariate Gaussian probability density functions, such as t ...
Download / Learn more Package Citations See dependency  
MultiATSM  
Multicountry Term Structure of Interest Rates Models
Estimation routines for several classes of affine term structure of interest rates models. All the m ...
Download / Learn more Package Citations See dependency  
gms  
'GAMS' Modularization Support Package
A collection of tools to create, use and maintain modularized model code written in the modeling la ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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