Learn R Programming

reporttools (version 1.1.3)

varNamesToChar: Split a character string into variable names

Description

Transform a given string of variable names, separated by ", ", into a vector of corresponding variable names.

Usage

varNamesToChar(varnam)

Arguments

varnam

Character string, where variable names are separated by commas.

Value

Vector of variable names.

Examples

Run this code
# NOT RUN {
nams <- "var1, var2, var3"
varNamesToChar(nams)
# }

Run the code above in your browser using DataLab