Package: tabulator 1.0.0
tabulator: Efficient Tabulation with Stata-Like Output
Efficient tabulation with Stata-like output. For each unique value of the variable, it shows the number of observations with that value, proportion of observations with that value, and cumulative proportion, in descending order of frequency. Accepts data.table, tibble, or data.frame as input. Efficient with big data: if you give it a data.table, tab() uses data.table syntax.
Authors:
tabulator_1.0.0.tar.gz
tabulator_1.0.0.zip(r-4.5)tabulator_1.0.0.zip(r-4.4)tabulator_1.0.0.zip(r-4.3)
tabulator_1.0.0.tgz(r-4.4-any)tabulator_1.0.0.tgz(r-4.3-any)
tabulator_1.0.0.tar.gz(r-4.5-noble)tabulator_1.0.0.tar.gz(r-4.4-noble)
tabulator_1.0.0.tgz(r-4.4-emscripten)tabulator_1.0.0.tgz(r-4.3-emscripten)
tabulator.pdf |tabulator.html✨
tabulator/json (API)
# Install 'tabulator' in R: |
install.packages('tabulator', repos = c('https://skhiggins.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/skhiggins/tabulator/issues
Last updated 4 years agofrom:4c350d7437. Checks:1 OK, 6 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 22 2025 |
R-4.5-win | NOTE | Jan 22 2025 |
R-4.5-linux | NOTE | Jan 22 2025 |
R-4.4-win | NOTE | Jan 22 2025 |
R-4.4-mac | NOTE | Jan 22 2025 |
R-4.3-win | NOTE | Jan 22 2025 |
R-4.3-mac | NOTE | Jan 22 2025 |
Dependencies:assertthatclicpp11data.tabledplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Efficient quantiles | quantiles |
Efficient tabulation | tab |
Count distinct categories | tabcount |