Package: dtplyr 1.3.1.9000

Hadley Wickham

dtplyr: Data Table Back-End for 'dplyr'

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.

Authors:Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], Posit Software, PBC [cph, fnd]

dtplyr_1.3.1.9000.tar.gz
dtplyr_1.3.1.9000.zip(r-4.5)dtplyr_1.3.1.9000.zip(r-4.4)dtplyr_1.3.1.9000.zip(r-4.3)
dtplyr_1.3.1.9000.tgz(r-4.4-any)dtplyr_1.3.1.9000.tgz(r-4.3-any)
dtplyr_1.3.1.9000.tar.gz(r-4.5-noble)dtplyr_1.3.1.9000.tar.gz(r-4.4-noble)
dtplyr_1.3.1.9000.tgz(r-4.4-emscripten)dtplyr_1.3.1.9000.tgz(r-4.3-emscripten)
dtplyr.pdf |dtplyr.html
dtplyr/json (API)
NEWS

# Install dtplyr in R:
install.packages('dtplyr', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tidyverse/dtplyr/issues

On CRAN:

datatabledplyr

2 exports 656 stars 10.12 score 17 dependencies 133 dependents 416.8k downloads

Last updated 4 months agofrom:82aee6bb6d4000482a1360204252038d02542228

Exports:.datatable.awarelazy_dt

Dependencies:clidata.tabledplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

Translation

Rendered fromtranslation.Rmdusingknitr::rmarkdownon Jun 20 2024.

Last update: 2023-02-27
Started: 2019-06-25

Readme and manuals

Help Manual

Help pageTopics
Arrange rows by column valuesarrange.dtplyr_step
Force computation of a lazy data.tableas.data.frame.dtplyr_step as.data.table.dtplyr_step as_tibble.dtplyr_step collect.dtplyr_step compute.dtplyr_step
Complete a data frame with missing combinations of datacomplete.dtplyr_step
Count observations by groupcount.dtplyr_step
Subset distinct/unique rowsdistinct.dtplyr_step
Drop rows containing missing valuesdrop_na.dtplyr_step
Expand data frame to include all possible combinations of values.expand.dtplyr_step
Fill in missing values with previous or next valuefill.dtplyr_step
Subset rows using column valuesfilter.dtplyr_step
Group and ungroupgroup_by.dtplyr_step ungroup.dtplyr_step
Apply a function to each groupgroup_map.dtplyr_step group_modify.dtplyr_step
Subset first or last rowshead.dtplyr_step tail.dtplyr_step
Set operationsintersect.dtplyr_step setdiff.dtplyr_step union.dtplyr_step union_all.dtplyr_step
Create a "lazy" data.table for use with dplyr verbsgrouped_dt lazy_dt tbl_dt
Join data tablesleft_join.dtplyr_step
Create and modify columnsmutate.dtplyr_step
Nestnest.dtplyr_step
Pivot data from wide to longpivot_longer.dtplyr_step
Pivot data from long to widepivot_wider.dtplyr_step
Summarise each group to one rowreframe.dtplyr_step
Relocate variables using their namesrelocate.dtplyr_step
Rename columns using their namesrename.dtplyr_step rename_with.dtplyr_step
Replace NAs with specified valuesreplace_na.dtplyr_step
Subset columns using their namesselect.dtplyr_step
Separate a character column into multiple columns with a regular expression or numeric locationsseparate.dtplyr_step
Subset rows using their positionsslice.dtplyr_step slice_head.dtplyr_step slice_max.dtplyr_step slice_min.dtplyr_step slice_tail.dtplyr_step
Summarise each group to one rowsummarise.dtplyr_step
Create new columns, dropping oldtransmute.dtplyr_step
Unite multiple columns into one by pasting strings together.unite.dtplyr_step