Learn R Programming

⚠️There's a newer version (1.2.1) of this package.Take me there.

tidyselect

Overview

The tidyselect package is the backend of functions like dplyr::select() or dplyr::pull() as well as several tidyr verbs. It allows you to create selecting verbs that are consistent with other tidyverse packages.

Installation

tidyselect is on CRAN. You can also install the development version from github with:

# install.packages("devtools")
devtools::install_github("tidyverse/tidyselect")

Copy Link

Version

Install

install.packages('tidyselect')

Monthly Downloads

930,738

Version

0.2.4

License

GPL-3

Maintainer

Lionel Henry

Last Published

February 26th, 2018

Functions in tidyselect (0.2.4)

poke_vars

Replace or get current variables
reexports

Objects exported from other packages
vars_select_helpers

List of selection helpers
vars_pull

Select variable
vars_rename

Select or rename variables
select_helpers

Select helpers
tidyselect-package

tidyselect: Select from a Set of Strings