powered by
Turn a List of Expressions into a Character Vector
vars2chr(expressions)
A character vector
A list of expressions created using exprs()
list
exprs()
Developer Utility Functions: %notin%(), %or%(), arg_name(), contains_vars(), convert_dtm_to_dtc(), extract_vars(), filter_if(), friendly_type_of(), valid_time_units()
%notin%()
%or%()
arg_name()
contains_vars()
convert_dtm_to_dtc()
extract_vars()
filter_if()
friendly_type_of()
valid_time_units()
library(dplyr, warn.conflicts = FALSE) library(rlang) vars2chr(exprs(USUBJID, AVAL))
Run the code above in your browser using DataLab