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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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