is.color
From ReporteRs v0.7.7
by David Gohel
color checking
Check if character string is a valid color representation
Usage
is.color(x)
Arguments
- x
- value(s) to be tested
Details
see
See Also
Examples
is.color( c(NA, "black", "blackk", "1", "#00", "#000000") )
Community examples
maskman92@mail.ru
at
Nov 14, 2019
ReporteRs
v0.8.10
# Fuck documentation! Function does not exist ``` is.color("blue") # Error in is.color("blue") : could not find function "is.color" ```