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:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | NOTE | Nov 23 2024 |
R-4.5-linux | NOTE | Nov 23 2024 |
R-4.4-win | NOTE | Nov 23 2024 |
R-4.4-mac | NOTE | Nov 23 2024 |
R-4.3-win | NOTE | Nov 23 2024 |
R-4.3-mac | NOTE | Nov 23 2024 |
Dependencies:assertthatclicpp11data.tabledplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Efficient quantiles | quantiles |
Efficient tabulation | tab |
Count distinct categories | tabcount |