View source: R/lifecycle-deprecated.R
vars_select | R Documentation |
Please use eval_select()
and eval_rename()
instead. See
vignette("tidyselect")
to get started.
vars_select(
.vars,
...,
.include = character(),
.exclude = character(),
.strict = TRUE
)
vars_rename(.vars, ..., .strict = TRUE)
.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 |
A named character vector. Values are existing column names, names are new names.
vars_pull()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.