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.7)tagr_1.0.1.zip(r-4.6)tagr_1.0.1.zip(r-4.5)
tagr_1.0.1.tgz(r-4.6-any)tagr_1.0.1.tgz(r-4.5-any)
tagr_1.0.1.tar.gz(r-4.7-any)tagr_1.0.1.tar.gz(r-4.6-any)
tagr_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:4769e5ee7a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-oldrel-arm64 | OK | 73 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 77 |
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 |
