Package: fastplyr 0.1.0

Nick Christofides

fastplyr: Fast Alternatives to 'tidyverse' Functions

A full set of fast data manipulation tools with a tidy front-end and a fast back-end using 'collapse' and 'cheapr'.

Authors:Nick Christofides [aut, cre]

fastplyr_0.1.0.tar.gz
fastplyr_0.1.0.tar.gz(r-4.5-noble)fastplyr_0.1.0.tar.gz(r-4.4-noble)
fastplyr_0.1.0.tgz(r-4.4-emscripten)fastplyr_0.1.0.tgz(r-4.3-emscripten)
fastplyr.pdf |fastplyr.html
fastplyr/json (API)
NEWS

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

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

45 exports 0.00 score 22 dependencies 12 scripts

Last updated 5 days agofrom:4627ca5d57. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 13 2024
R-4.5-linux-x86_64OKSep 13 2024

Exports:%>%add_group_idadd_row_idas_tblcrossingdescf_add_countf_anti_joinf_arrangef_bind_colsf_bind_rowsf_completef_countf_cross_joinf_deframef_distinctf_duplicatesf_enframef_expandf_filterf_full_joinf_group_byf_inner_joinf_left_joinf_renamef_right_joinf_selectf_semi_joinf_slicef_slice_headf_slice_maxf_slice_minf_slice_samplef_slice_tailf_summarisef_summarizef_unionf_union_allgroup_by_order_defaultgroup_idgroup_orderednestingnew_tblrow_idtidy_quantiles

Dependencies:cheaprclicollapsecpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6Rcpprlangstringistringrtibbletidyselectutf8vctrswithr

Readme and manuals

Help Manual

Help pageTopics
fastplyr: Fast Alternatives to 'tidyverse' Functionsfastplyr-package fastplyr
Helpers to sort variables in ascending or descending orderdesc
A 'collapse' version of 'dplyr::arrange()'f_arrange
Bind data frame rows and columnsf_bind_cols f_bind_rows
A fast replacement to dplyr::count()f_add_count f_count
Find distinct rowsf_distinct
Find duplicate rowsf_duplicates
Fast versions of 'tidyr::expand()' and 'tidyr::complete()'.crossing f_complete f_expand nesting
Alternative to 'dplyr::filter()'f_filter
'collapse' version of 'dplyr::group_by()'f_group_by group_ordered
Fast SQL joinsf_anti_join f_cross_join f_full_join f_inner_join f_left_join f_right_join f_semi_join f_union f_union_all
Fast 'dplyr::select()'/'dplyr::rename()'f_rename f_select
Faster 'dplyr::slice()'f_slice f_slice_head f_slice_max f_slice_min f_slice_sample f_slice_tail
Summarise each group down to one rowf_summarise f_summarize
Default value for ordering of groupsgroup_by_order_default
Fast group and row IDsadd_group_id add_group_id.data.frame add_row_id add_row_id.data.frame group_id row_id row_id.GRP
Fast 'tibble' alternativesas_tbl f_deframe f_enframe new_tbl
Fast grouped sample quantilestidy_quantiles