fn builtin_all(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Test if all values are TRUE.
@param … logical vectors to test @param na.rm if TRUE, remove NA values before testing @return logical scalar