summarise {rollup} | R Documentation |
Generic summarise
function
Description
Generic summarise
function
Usage
summarise(object, ...)
Arguments
object |
Object to be summarized. |
... |
Additional arguments. |
Value
An object of the same class as .data
. One grouping level will be dropped.
[Package rollup version 0.1.0 Index]