Returns a vector of character strings (cs) from list of unquoted names. Copied from the Hmisc package.

cs(...)

Arguments

...

Unquoted names.

Examples

cs(a, cat, dog)
#> [1] "a"   "cat" "dog"