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 21 Nov. 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

deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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