Skip to main content

builtin_tolower

Function builtin_tolower 

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

Convert strings to lower case.

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