Last data update: 2014.03.03

R: Cumulative all
cumallR Documentation

Cumulative all

Description

Cumulative all

Usage

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

cumall (c(TRUE, FALSE, FALSE, TRUE, TRUE))
cumall (c(TRUE, TRUE, TRUE, FALSE, TRUE))

Results