Package: ReportSubtotal
Title: Adds Subtotals to Data Reports
Version: 0.1.2
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
RoxygenNote: 7.3.2
Imports: dplyr, tidyselect, utils, magrittr
NeedsCompilation: no
Packaged: 2024-11-26 10:40:57 UTC; yonia
Author: Yoni Aboody [aut, cre, cph]
Maintainer: Yoni Aboody <yoniaboody@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-02 18:00:01 UTC
Built: R 4.6.0; ; 2025-07-18 08:34:15 UTC; unix
