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