Learn R Programming

ReportSubtotal (version 0.1.2)

Adds Subtotals to Data Reports

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.

Copy Link

Version

Install

install.packages('ReportSubtotal')

Monthly Downloads

134

Version

0.1.2

License

MIT + file LICENSE

Maintainer

Yoni Aboody

Last Published

December 2nd, 2024

Functions in ReportSubtotal (0.1.2)

ReportSubtotal-package

ReportSubtotal: Adds Subtotals to Data Reports
subtotal_dupe_removal

Duplicate Subtotal Row Removal Function
subtotal_row

Subtotal Row Addition Function
subtotal_section

Subtotal Section Addition Function