all.standardTtColor: Check if twist-ties abbreviation are legitimate.

View source: R/generalHelpers.R

all.standardTtColorR Documentation

Check if twist-ties abbreviation are legitimate.

Description

Check if twist-ties abbreviation are legitimate.

Usage

## S3 method for class 'standardTtColor'
all(x)

Arguments

x

character vector

Value

logical value returning TRUE if all elements in the string are legitimate tt color abreviations

See Also

standardizeTtColors which abbreviates colors

Examples

all.standardTtColor(c("blue", "Blue", "blu"))
x <- c("bac", "blu", "clr", "yel", "wht")
all.standardTtColor(x)

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