jvanames: Format Names

Description Usage Arguments Value See Also Examples

View source: R/jvanames.R

Description

Format names to be all lower case, unique, and without underscores.

Usage

1
jvanames(charvec)

Arguments

charvec

A character vector to be trimmed.

Value

A character vector, the same length as charvec, but with all lower case, unique, and without underscores.

See Also

make.names

Examples

1
jvanames(c("Conc_mgL", "Conc_mgL", "Temp"))

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.