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.
Version: | 0.1 |
Imports: | dplyr, tidyselect, utils, magrittr |
Published: | 2024-11-15 |
DOI: | 10.32614/CRAN.package.ReportSubtotal |
Author: | Yoni Aboody [aut, cre, cph] |
Maintainer: | Yoni Aboody <yoniaboody at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | ReportSubtotal results |
Reference manual: | ReportSubtotal.pdf |
Package source: | ReportSubtotal_0.1.tar.gz |
Windows binaries: | r-devel: ReportSubtotal_0.1.zip, r-release: ReportSubtotal_0.1.zip, r-oldrel: ReportSubtotal_0.1.zip |
macOS binaries: | r-release (arm64): ReportSubtotal_0.1.tgz, r-oldrel (arm64): ReportSubtotal_0.1.tgz, r-release (x86_64): ReportSubtotal_0.1.tgz, r-oldrel (x86_64): ReportSubtotal_0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ReportSubtotal to link to this page.