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.

Version: 0.1
Imports: dplyr, tidyselect, utils, magrittr
Published: 2024-11-15
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

Documentation:

Reference manual: ReportSubtotal.pdf

Downloads:

Package source: ReportSubtotal_0.1.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ReportSubtotal to link to this page.