1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/deprec-tidyselect.R
3\name{select_vars}
4\alias{select_vars}
5\alias{rename_vars}
6\alias{select_var}
7\alias{current_vars}
8\title{Select variables}
9\usage{
10select_vars(vars = chr(), ..., include = chr(), exclude = chr())
11
12rename_vars(vars = chr(), ..., strict = TRUE)
13
14select_var(vars, var = -1)
15
16current_vars(...)
17}
18\description{
19\Sexpr[results=rd, stage=render]{lifecycle::badge("deprecated")}
20
21These functions now live in the tidyselect package as
22\code{\link[tidyselect:vars_select]{tidyselect::vars_select()}}, \code{\link[tidyselect:vars_select]{tidyselect::vars_rename()}} and
23\code{\link[tidyselect:vars_pull]{tidyselect::vars_pull()}}.
24}
25\keyword{internal}
26