cumall: Cumulative all and any

View source: R/cumall.R

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

s-fleck/lest documentation built on Feb. 15, 2024, 12:13 p.m.