Package: tidyfast 0.4.0

Tyson Barrett

tidyfast: Fast Tidying of Data

Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead.

Authors:Tyson Barrett [aut, cre], Mark Fairbanks [ctb], Ivan Leung [ctb], Indrajeet Patil [ctb]

tidyfast_0.4.0.tar.gz
tidyfast_0.4.0.zip(r-4.5)tidyfast_0.4.0.zip(r-4.4)tidyfast_0.4.0.zip(r-4.3)
tidyfast_0.4.0.tgz(r-4.4-arm64)tidyfast_0.4.0.tgz(r-4.4-x86_64)tidyfast_0.4.0.tgz(r-4.3-arm64)tidyfast_0.4.0.tgz(r-4.3-x86_64)
tidyfast_0.4.0.tar.gz(r-4.5-noble)tidyfast_0.4.0.tar.gz(r-4.4-noble)
tidyfast_0.4.0.tgz(r-4.4-emscripten)tidyfast_0.4.0.tgz(r-4.3-emscripten)
tidyfast.pdf |tidyfast.html
tidyfast/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/tysonstanley/tidyfast/issues

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

On CRAN:

16 exports 188 stars 5.33 score 2 dependencies 550 downloads

Last updated 4 months agofrom:5d2f3172b2

Exports:dt_case_whendt_containsdt_countdt_ends_withdt_everythingdt_filldt_hoistdt_nestdt_pivot_longerdt_pivot_widerdt_print_optionsdt_separatedt_starts_withdt_uncountdt_unnestfcase

Dependencies:cpp11data.table

Readme and manuals

Help Manual

Help pageTopics
tidyfast: Fast Tidying of Datatidyfast-package tidyfast
Case When with data.tabledt_case_when
Countdt_count
Fill with data.tabledt_fill
Hoist: Fast Unnesting of Vectorsdt_hoist dt_unnest_vec
Fast Nestingdt_nest
Pivot data from wide to longdt_pivot_longer
Pivot data from long to widedt_pivot_wider
Set Print Methoddt_print_options
Separate columns with data.tabledt_separate
Select helpersdt_contains dt_ends_with dt_everything dt_starts_with
Uncountdt_uncount
Unnest: Fast Unnesting of Data Tablesdt_unnest