Skip to main content

builtin_any

Function builtin_any 

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

Test if any values are TRUE.

@param … logical vectors to test @param na.rm if TRUE, remove NA values before testing @return logical scalar