summarize_rollup {rollup} | R Documentation |
summarize_rollup
Description
'summarize_rollup' aggregates each 'grouped_df' in the 'grouped_df_list' class and return the unioned aggregated results.
Usage
summarize_rollup(df_list, ...)
Arguments
df_list |
'grouped_df_list' class |
... |
functions for 'summarize' |
Value
An object of the same class as .data
. The unioned aggregated result of multiple grouping levels will be dropped.
[Package rollup version 0.1.0 Index]