summarize,grouped_df_list-method {rollup} | R Documentation |
Method for summarize
on grouped_df_list
Description
Method for summarize
on grouped_df_list
Usage
## S4 method for signature 'grouped_df_list'
summarize(object, ...)
Arguments
object |
A grouped_df_list object. |
... |
Additional arguments. |
Value
An object of the same class as .data
. One grouping level will be dropped.
[Package rollup version 0.1.0 Index]