Turn a character vector into a list of expressions
Value
A list
of expressions as returned by exprs()
See also
Other utils_quo:
negate_vars()
Examples
chr2vars(c("USUBJID", "AVAL"))
#> [[1]]
#> USUBJID
#>
#> [[2]]
#> AVAL
#>
Turn a character vector into a list of expressions
A list
of expressions as returned by exprs()
Other utils_quo:
negate_vars()
chr2vars(c("USUBJID", "AVAL"))
#> [[1]]
#> USUBJID
#>
#> [[2]]
#> AVAL
#>