Skip to main content

builtin_colors

Function builtin_colors 

Source
fn builtin_colors(
    _args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Return a character vector of all 657 named color names.

Matches R’s colors() / colours() output.

@return character vector of color names