Package: tidyselect 1.2.1.9000

Lionel Henry

tidyselect: Select from a Set of Strings

A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.

Authors:Lionel Henry [aut, cre], Hadley Wickham [aut], Posit Software, PBC [cph, fnd]

tidyselect_1.2.1.9000.tar.gz
tidyselect_1.2.1.9000.zip(r-4.7)tidyselect_1.2.1.9000.zip(r-4.6)tidyselect_1.2.1.9000.zip(r-4.5)
tidyselect_1.2.1.9000.tgz(r-4.6-any)tidyselect_1.2.1.9000.tgz(r-4.5-any)
tidyselect_1.2.1.9000.tar.gz(r-4.7-any)tidyselect_1.2.1.9000.tar.gz(r-4.6-any)
tidyselect_1.2.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tidyselect/json (API)

# Install 'tidyselect' in R:
install.packages('tidyselect', repos = c('https://ar-puuk.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/tidyselect/issues

Pkgdown/docs site:https://tidyselect.r-lib.org

On CRAN:

Conda:

18.08 score 130 stars 9.6k packages 3.3k scripts 1.2M downloads 3 mentions 29 exports 6 dependencies

Last updated from:093f12dbfc. Checks:9 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK144
source / vignettesOK208
linux-release-x86_64OK143
macos-release-arm64OK107
macos-oldrel-arm64OK79
windows-develOK111
windows-releaseOK93
windows-oldrelOK94
wasm-releaseOK100

Exports:all_ofany_ofcontainsends_withenquoeval_relocateeval_renameeval_selecteverythinglast_colmatchesnum_rangeone_ofpeek_datapeek_varspoke_varsquoquo_namequosscoped_varsstarts_withtidyselect_data_has_predicatestidyselect_data_proxyvars_pullvars_renamevars_selectvars_select_helperswherewith_vars

Dependencies:cligluelifecyclerlangvctrswithr

Implementing tidyselect interfaces
Before we start | Selections as dots or as named arguments | Do you need tidyselect? | The selection evaluators | Defusing and resuming evaluation of R code | Resuming defused R code with tidyselect rules | Simple selections with dots | Simple selections with named arguments | Renaming selections | Creating selection helpers | Handling duplicate variables

Last update: 2024-10-25
Started: 2019-11-13

Technical description of tidyselect
Sets of variables | Bare names | The : operator | Boolean operators | Dots and c() | Renaming variables | Name combination and propagation | Set combination with named variables | Predicate functions | Selection helpers | Supported data types | Evaluation | Data-expressions and env-expressions | Arithmetic operators | Selecting versus renaming | All renaming inputs must be named | Renaming to an existing variable name | Duplicate columns in data frames | Acknowledgements

Last update: 2024-10-25
Started: 2019-11-12