cumall {lest}R Documentation

Cumulative all and any

Description

Cumulative all and any

Usage

cumall(x)

cumany(x)

Arguments

x

a logical vector.

Value

a logical vector

Examples

cumall(c(TRUE, TRUE, NA, TRUE, FALSE))
cumany(c(FALSE, FALSE, NA, TRUE, FALSE))

[Package lest version 1.1.0 Index]