Select variables
These functions now live in the tidyselect package as
tidyselect::vars_select()
, tidyselect::vars_rename()
and
tidyselect::vars_pull()
.
select_vars(vars = chr(), ..., include = chr(), exclude = chr()) rename_vars(vars = chr(), ..., strict = TRUE) select_var(vars, var = -1) current_vars(...)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.