Skip to main content

builtin_toupper

Function builtin_toupper 

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

Convert strings to upper case.

@param x character vector to convert @return character vector with all characters in upper case