fn builtin_nzchar(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Test whether character strings are non-empty.
@param x character vector to test @return logical vector: TRUE for non-empty strings, TRUE for NA