Learn R Programming

multiplyr (version 0.1.1)

cumall: 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

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

Run the code above in your browser using DataLab