summarise,ANY-method {rollup} | R Documentation |
Default method for summarise
Description
Default method for summarise
Usage
## S4 method for signature 'ANY'
summarise(object, ...)
Arguments
object |
An 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]