Package: ReportSubtotal
Title: Adds Subtotals to Data Reports
Version: 0.2.1
Authors@R: person(given = "Yoni",
           family = "Aboody",
           role = c("aut", "cre", "cph"),
           email = "yoniaboody@gmail.com")
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, tidyselect, utils, magrittr, rlang, lubridate
Suggests: bench, testthat, tidyverse, devtools, ggplot2
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-08-20 17:12:21 UTC; yonia
Author: Yoni Aboody [aut, cre, cph]
Maintainer: Yoni Aboody <yoniaboody@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-21 05:45:43 UTC
