Package: tagr 1.0.1
tagr: Tagging and Organizing Objects in R
Provides functions for attaching tags to R objects, searching for objects based on tags, and removing tags from objects. It also includes a function for removing all tags from an object, as well as a function for deleting all objects with a specific tag from the R environment. The package is useful for organizing and managing large collections of objects in R.
Authors:
tagr_1.0.1.tar.gz
tagr_1.0.1.zip(r-4.5)tagr_1.0.1.zip(r-4.4)tagr_1.0.1.zip(r-4.3)
tagr_1.0.1.tgz(r-4.4-any)tagr_1.0.1.tgz(r-4.3-any)
tagr_1.0.1.tar.gz(r-4.5-noble)tagr_1.0.1.tar.gz(r-4.4-noble)
tagr_1.0.1.tgz(r-4.4-emscripten)tagr_1.0.1.tgz(r-4.3-emscripten)
tagr.pdf |tagr.html✨
tagr/json (API)
NEWS
# Install 'tagr' in R: |
install.packages('tagr', repos = c('https://jsugarelli.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jsugarelli/tagr/issues
Last updated 1 years agofrom:4769e5ee7a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:add_tagsclean_tagshas_tagls_bytagrm_bytagset_confirmtagsuntag
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add tags to an R object | add_tags |
Remove the 'tags' attribute from an object | clean_tags |
Check if an R object has specified tags | has_tag |
List objects in an environment by tag | ls_bytag |
Remove Objects by Tag | rm_bytag |
Set confirmation prompt for deleting objects | set_confirm |
Retrieve tags associated with an object | tags |
Remove tags from an object | untag |