View source: R/generalHelpers.R
standardizeTtColors | R Documentation |
Standardize twist-tie colors
standardizeTtColors(x)
x |
input character vector |
character vector the same length as input vector with each element a legitimate abbreviation of the color
all.standardTtColor
which tests if abbreviations are
legitimate
x <- c("Black", "blue", "Blue", "Yellow")
standardizeTtColors(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.