cumall: Cumulative all

Description Usage Arguments Value See Also Examples

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))

jeblundell/multiplyr documentation built on May 19, 2019, 12:39 a.m.