Skip to main content

builtin_cumall

Function builtin_cumall 

Source
fn builtin_cumall(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Cumulative all: TRUE while all preceding elements are TRUE.

@param x logical vector @return logical vector of cumulative conjunction