chr2vars: Turn a Character Vector into a List of Expressions

View source: R/user_utils.R

chr2varsR Documentation

Turn a Character Vector into a List of Expressions

Description

Turn a character vector into a list of expressions

Usage

chr2vars(chr)

Arguments

chr

A character vector

Value

A list of expressions as returned by exprs()

See Also

Other utils_quo: negate_vars()

Examples

chr2vars(c("USUBJID", "AVAL"))

admiral documentation built on Oct. 19, 2023, 1:08 a.m.