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.7)tidyfast_0.4.0.zip(r-4.6)tidyfast_0.4.0.zip(r-4.5)
tidyfast_0.4.0.tgz(r-4.6-x86_64)tidyfast_0.4.0.tgz(r-4.6-arm64)tidyfast_0.4.0.tgz(r-4.5-x86_64)tidyfast_0.4.0.tgz(r-4.5-arm64)
tidyfast_0.4.0.tar.gz(r-4.7-arm64)tidyfast_0.4.0.tar.gz(r-4.7-x86_64)tidyfast_0.4.0.tar.gz(r-4.6-arm64)tidyfast_0.4.0.tar.gz(r-4.6-x86_64)
tidyfast_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tidyfast/json (API)
NEWS
| # Install 'tidyfast' in R: |
| install.packages('tidyfast', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tysonstanley/tidyfast/issues
Pkgdown/docs site:https://tysonbarrett.com
Last updated from:5248ea6323. Checks:11 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 133 | ||
| linux-devel-x86_64 | NOTE | 151 | ||
| source / vignettes | OK | 175 | ||
| linux-release-arm64 | NOTE | 129 | ||
| linux-release-x86_64 | NOTE | 120 | ||
| macos-release-arm64 | NOTE | 105 | ||
| macos-release-x86_64 | NOTE | 283 | ||
| macos-oldrel-arm64 | NOTE | 111 | ||
| macos-oldrel-x86_64 | NOTE | 162 | ||
| windows-devel | NOTE | 91 | ||
| windows-release | NOTE | 108 | ||
| windows-oldrel | NOTE | 97 | ||
| wasm-release | OK | 102 |
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 |
