Description Usage Arguments Value Author(s) Examples
Transform a given string of variable names, separated by ", ", into a vector of corresponding variable names.
1 | 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
1 2 | nams <- "var1, var2, var3"
varNamesToChar(nams)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.