View source: R/generalHelpers.R
all.standardTtColor | R Documentation |
Check if twist-ties abbreviation are legitimate.
## S3 method for class 'standardTtColor'
all(x)
x |
character vector |
logical value returning TRUE if all elements in the string are legitimate tt color abreviations
standardizeTtColors
which abbreviates colors
all.standardTtColor(c("blue", "Blue", "blu"))
x <- c("bac", "blu", "clr", "yel", "wht")
all.standardTtColor(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.