summarize_rollup | R Documentation |
'summarize_rollup' aggregates each 'grouped_df' in the 'grouped_df_list' class and return the unioned aggregated results.
summarize_rollup(df_list, ...)
df_list |
'grouped_df_list' class |
... |
functions for 'summarize' |
An object of the same class as .data
. The unioned aggregated result of multiple grouping levels will be dropped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.