R/cs.R
Cs.Rd
Returns a vector of character strings (cs) from list of unquoted names. Copied from the Hmisc package.
cs(...)
Unquoted names.
cs(a, cat, dog) #> [1] "a" "cat" "dog"