Add a suffix to variables in a list of expressions
add_suffix_to_vars(order, vars, suffix)List of expressions
list of variables or desc(<variable>) function calls created by
exprs(), e.g., exprs(ADT, desc(AVAL))
none
Variables to change
list of variables created by exprs(), e.g., exprs(USUBJID, VISIT)
none
Suffix
a character scalar, i.e., a character vector of length one
none
The list of expression where for each element the suffix (suffix) is
added to every symbol specified for vars
Helpers for working with Quosures:
expr_c(),
replace_symbol_in_expr(),
replace_values_by_names()