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.5)tidyselect_1.2.1.9000.zip(r-4.4)tidyselect_1.2.1.9000.zip(r-4.3)
tidyselect_1.2.1.9000.tgz(r-4.4-any)tidyselect_1.2.1.9000.tgz(r-4.3-any)
tidyselect_1.2.1.9000.tar.gz(r-4.5-noble)tidyselect_1.2.1.9000.tar.gz(r-4.4-noble)
tidyselect_1.2.1.9000.tgz(r-4.4-emscripten)tidyselect_1.2.1.9000.tgz(r-4.3-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
Last updated 21 days agofrom:a4b0758d36. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
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 |