cumall
From dplyr v0.7.8
by Hadley Wickham
Cumulativate versions of any, all, and mean
dplyr adds cumall()
, cumany()
, and cummean()
to complete
R's set of cumulate functions to match the aggregation functions available
in most databases
Usage
cumall(x)cumany(x)
cummean(x)
Arguments
- x
For
cumall()
andcumany()
, a logical vector; forcummean()
an integer or numeric vector
Community examples
Looks like there are no examples yet.