View source: R/deprec-tidyselect.R
These functions now live in the tidyselect package as
tidyselect::vars_select()
, tidyselect::vars_rename()
and
tidyselect::vars_pull()
.
1 2 3 4 5 6 7 | select_vars(vars = chr(), ..., include = chr(), exclude = chr())
rename_vars(vars = chr(), ..., strict = TRUE)
select_var(vars, var = -1)
current_vars(...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.