standardizeTtColors: Standardize twist-tie colors

View source: R/generalHelpers.R

standardizeTtColorsR Documentation

Standardize twist-tie colors

Description

Standardize twist-tie colors

Usage

standardizeTtColors(x)

Arguments

x

input character vector

Value

character vector the same length as input vector with each element a legitimate abbreviation of the color

See Also

all.standardTtColor which tests if abbreviations are legitimate

Examples

x <- c("Black", "blue", "Blue", "Yellow")
standardizeTtColors(x)

stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.