Learn R Programming

reporttools (version 1.0.2)

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
nams <- "var1, var2, var3"
varNamesToChar(nams)

Run the code above in your browser using DataLab