isColourStr | R Documentation |
R
can interpret a string as a colourTest if R
can interpret a string as a colour
isColourStr(col)
col |
The string to be tested. |
A boolean value, TRUE
if col is a valid colour, FALSE
otherwise
isColourStr('black')
isColourStr('blakc')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.