varNamesToChar: Split a character string into variable names

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

varnam

Character string, where variable names are separated by commas.

Value

Vector of variable names.

Author(s)

Kaspar Rufibach (maintainer), kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch

Examples

1
2
nams <- "var1, var2, var3"
varNamesToChar(nams)

reporttools documentation built on Oct. 12, 2021, 5:06 p.m.