Learn R Programming

Tmisc (version 0.1.22)

Cs: Character strings from unquoted names

Description

Makes a vector of character strings from a list of valid names. Taken from Hmisc.

Usage

Cs(...)

Arguments

...

any number of names separated by commas

Value

character string vector

Examples

Run this code
# NOT RUN {
Cs(a, cat, dog)
Cs(age, sex, race, bloodpressure, height)
Cs(you, must, quote, "things with spaces", 'or invalid ! @#$ characters')

# }

Run the code above in your browser using DataLab