Vector of character strings from list of unquoted names

cs(...)

Arguments

...

dots to quote and c().

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

Examples

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