cumany: Cumulative any

Description Usage Arguments Value See Also Examples

View source: R/util.R

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

Example output

Loading required package: magrittr
sh: 1: cannot create /dev/null: Permission denied
sh: 1: wc: Permission denied

Attaching package: 'multiplyr'

The following objects are masked from 'package:stats':

    filter, lag

[1] FALSE  TRUE  TRUE  TRUE
[1] FALSE FALSE  TRUE  TRUE

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