Package: tidyselect 1.2.1.9000
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:
tidyselect_1.2.1.9000.tar.gz
tidyselect_1.2.1.9000.zip(r-4.6)tidyselect_1.2.1.9000.zip(r-4.5)tidyselect_1.2.1.9000.zip(r-4.4)
tidyselect_1.2.1.9000.tgz(r-4.5-any)
tidyselect_1.2.1.9000.tar.gz(r-4.6-any)tidyselect_1.2.1.9000.tar.gz(r-4.5-any)
tidyselect_1.2.1.9000.tgz(r-4.5-emscripten)
tidyselect.pdf |tidyselect.html✨
tidyselect/json (API)
NEWS
| # Install 'tidyselect' in R: |
| install.packages('tidyselect', repos = c('https://r-lib.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
Last updated from:093f12dbfc. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | |
| source / vignettes | OK | 196 | |
| linux-release-x86_64 | OK | 128 | |
| macos-release-arm64 | OK | 98 | |
| macos-oldrel-arm64 | OK | 102 | |
| windows-devel | OK | 83 | |
| windows-release | OK | 84 | |
| windows-oldrel | OK | 90 | |
| wasm-release | OK | 111 |
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
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Select variables from character vectors | all_of any_of |
| Evaluate an expression to relocate variables | eval_relocate |
| Evaluate an expression with tidyselect semantics | eval_rename eval_select |
| Select all variables or the last variable | everything last_col |
| FAQ - Note: Using an external vector in selections is ambiguous | faq-external-vector |
| FAQ - Error: Must be used within a _selecting_ function | faq-selection-context |
| Selection language | language select_helpers |
| Peek at variables in the selection context | peek_data peek_vars |
| Select variables that match a pattern | contains ends_with matches num_range starts_with |
| tidyselect methods for custom types | tidyselect_data_has_predicates tidyselect_data_proxy |
| Select variables with a function | where |
