Please use eval_select()
and eval_rename()
instead. See
vignette("tidyselect")
to get started.
Arguments
- .vars
A character vector of existing column names.
- ...
Selection inputs. See the help for selection helpers.
- .include, .exclude
Character vector of column names to always include/exclude.
- .strict
If
TRUE
, will throw an error if you attempt to select or rename a variable that doesn't exist.