Description Usage Arguments Examples
Check if a string vector is in hexadecimal color format
1 | is.hexcolor(x)
|
x |
A string vectors |
1 2 3 | x <- c("#f0f0f0", "#FFf", "#99990000", "#00FFFFFF")
is.hexcolor(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.