Keeps existing variables if they were specified in the function call or gets an alternative selection of variables if none were specified.
grab_vars(data, vars, alternative = "numeric")
a tibble
Variables passed to function with ...
, wrapped in rlang::enquos
Which variables to grab alternatively if no variables were specified in the function call. Defaults to "numeric".
Variables as symbols