summarise,grouped_df_list-method {rollup} | R Documentation |
Method for summarise
on grouped_df_list
Description
Method for summarise
on grouped_df_list
Usage
## S4 method for signature 'grouped_df_list'
summarise(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]