cumany: Cumulative any

Description Usage Arguments Value See Also Examples

Description

Cumulative any

Usage

1
cumany(x)

Arguments

x

Values

Value

Cumulative any of x

See Also

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

Examples

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

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