Skip to main content

builtin_squote

Function builtin_squote 

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

Wrap strings in single (typographic) quotes.

@param x character vector to quote @return character vector with elements wrapped in single curly quotes