isColourStr: Test if 'R' can interpret a string as a colour

View source: R/isColourStr.R

isColourStrR Documentation

Test if R can interpret a string as a colour

Description

Test if R can interpret a string as a colour

Usage

isColourStr(col)

Arguments

col

The string to be tested.

Value

A boolean value, TRUE if col is a valid colour, FALSE otherwise

Examples

isColourStr('black')
isColourStr('blakc')


mchevalier2/crestr documentation built on Feb. 14, 2025, 6:31 p.m.