fn builtin_logical(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Create a logical vector of FALSE values with the given length.
@param length number of elements (default: 0) @return logical vector initialized to FALSE