varNamesToChar | R Documentation |
Transform a given string of variable names, separated by ", ", into a vector of corresponding variable names.
varNamesToChar(varnam)
varnam |
Character string, where variable names are separated by commas. |
Vector of variable names.
Kaspar Rufibach (maintainer), kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch
nams <- "var1, var2, var3"
varNamesToChar(nams)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.