Package: ReportSubtotal 0.1
ReportSubtotal: Adds Subtotals to Data Reports
Adds subtotal rows / sections (a la the SAS "Proc Tabulate" "All" option) to a Group By output by running a series of Group By functions with partial sets of the same variables and combining the results with the original. Can be used to add comprehensive information to a data report or to quickly aggregate Group By outputs used to gain a greater understanding of data.
Authors:
ReportSubtotal_0.1.tar.gz
ReportSubtotal_0.1.zip(r-4.5)ReportSubtotal_0.1.zip(r-4.4)ReportSubtotal_0.1.zip(r-4.3)
ReportSubtotal_0.1.tgz(r-4.4-any)ReportSubtotal_0.1.tgz(r-4.3-any)
ReportSubtotal_0.1.tar.gz(r-4.5-noble)ReportSubtotal_0.1.tar.gz(r-4.4-noble)
ReportSubtotal_0.1.tgz(r-4.4-emscripten)ReportSubtotal_0.1.tgz(r-4.3-emscripten)
ReportSubtotal.pdf |ReportSubtotal.html✨
ReportSubtotal/json (API)
NEWS
# Install 'ReportSubtotal' in R: |
install.packages('ReportSubtotal', repos = c('https://yaboody.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 days agofrom:988f4641d1. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | NOTE | Nov 16 2024 |
R-4.5-linux | NOTE | Nov 16 2024 |
R-4.4-win | NOTE | Nov 16 2024 |
R-4.4-mac | NOTE | Nov 16 2024 |
R-4.3-win | NOTE | Nov 16 2024 |
R-4.3-mac | NOTE | Nov 16 2024 |
Exports:subtotal_dupe_removalsubtotal_rowsubtotal_section
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Duplicate Subtotal Row Removal Function | subtotal_dupe_removal |
Subtotal Row Addition Function | subtotal_row |
Subtotal Section Addition Function | subtotal_section |