Description Usage Arguments Value Functions See Also Examples
Validates whether x is a string (non-missing character vector of length 1) that specifies a color.
1 2 3 | vld_color(x)
vld_colour(x)
|
x |
The object to check. |
A flag indicating whether the object was validated.
vld_color
: Validate Color String
vld_colour
: Validate Colour String
1 2 3 4 5 6 7 | # vld_color
vld_color("blue")
vld_color("glue")
# vld_color
vld_colour("blue")
vld_colour("glue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.