Skip to content

r-lib/tidyselect

main
Switch branches/tags
Code

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.

  • To learn about the selection syntax as a user of dplyr or tidyr, read the user-friendly Selection language reference.

  • To learn how to implement tidyselect in your own functions, read the Get started vignette.

  • To learn exactly how the tidyselect syntax is interpreted, read the Technical description vignette.

Installation

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

# install.packages("remotes")
remotes::install_github("r-lib/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.

About

A backend for functions taking tidyverse selections

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages