Skip to main content

builtin_character

Function builtin_character 

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

Create a character vector of empty strings with the given length.

@param length number of elements (default: 0) @return character vector initialized to “”