Learn R Programming

multiplyr (version 0.1.1)

cumany: Cumulative any

Description

Cumulative any

Usage

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

Run this code
cumany (c(FALSE, TRUE, FALSE, FALSE))
cumany (c(FALSE, FALSE, TRUE, FALSE))

Run the code above in your browser using DataLab