Package: tidyfast 0.4.0
tidyfast: Fast Tidying of Data
Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead.
Authors:
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-x86_64)tidyfast_0.4.0.tgz(r-4.4-arm64)tidyfast_0.4.0.tgz(r-4.3-x86_64)tidyfast_0.4.0.tgz(r-4.3-arm64)
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://tysonstanley.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tysonstanley/tidyfast/issues
Last updated 7 months agofrom:5d2f3172b2. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win-x86_64 | OK | Nov 04 2024 |
R-4.5-linux-x86_64 | OK | Nov 04 2024 |
R-4.4-win-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-aarch64 | OK | Nov 04 2024 |
R-4.3-win-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-aarch64 | OK | Nov 04 2024 |
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 page | Topics |
---|---|
tidyfast: Fast Tidying of Data | tidyfast-package tidyfast |
Case When with data.table | dt_case_when |
Count | dt_count |
Fill with data.table | dt_fill |
Hoist: Fast Unnesting of Vectors | dt_hoist dt_unnest_vec |
Fast Nesting | dt_nest |
Pivot data from wide to long | dt_pivot_longer |
Pivot data from long to wide | dt_pivot_wider |
Set Print Method | dt_print_options |
Separate columns with data.table | dt_separate |
Select helpers | dt_contains dt_ends_with dt_everything dt_starts_with |
Uncount | dt_uncount |
Unnest: Fast Unnesting of Data Tables | dt_unnest |