fn builtin_casefold(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert case of a character vector.
@param x character vector @param upper if TRUE, convert to uppercase; if FALSE (default), to lowercase @return character vector with converted case