R/cs.R
cs.Rd
Vector of character strings from list of unquoted names
cs(...)
dots to quote and c().
c()
Returns a vector of character strings from list of unquoted names. (Copied directly from the Hmisc package).
cs(a,cat,dog) #> [1] "a" "cat" "dog"