tidyselect
tidyselect is an R package that provides a concise, consistent language for selecting columns from data frames and similar objects. It is a core part of the tidyverse, used by dplyr, tibble, and related packages to identify variables in a predictable and readable way. tidyselect does not perform data operations itself; instead, it supplies the mechanism by which column names or positions are chosen for subsequent actions.
The package implements a set of selector helpers and a small domain-specific language. Common selectors include
tidyselect operates by evaluating selectors against a data frame’s column names and returns the positions of