cumall: Cumulative all

Description Usage Arguments Value See Also Examples

View source: R/util.R

Description

Cumulative all

Usage

1
cumall(x)

Arguments

x

Values

Value

Cumulative all of x

See Also

Other utility functions: between, cumany, cummean, distribute, first, lag, last, lead, n_distinct, n_groups, nth, n

Examples

1
2
cumall (c(TRUE, FALSE, FALSE, TRUE, TRUE))
cumall (c(TRUE, TRUE, TRUE, FALSE, TRUE))

multiplyr documentation built on May 30, 2017, 12:09 a.m.