tidyselect

Codecov test coverage CRAN status R-CMD-check

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

Generally, tidyselect will be installed automatically by the packages that need it. If you need to install it manually for some reason, you can get it with:

install.packages("tidyselect")

Code of Conduct

Please note that the tidyselect project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.