| goose_clear_tags | R Documentation |
Clear all items with specified tags
goose_clear_tags(tags, confirm = TRUE, verbose = TRUE)
tags |
Character vector of tags |
confirm |
Logical, whether to ask for confirmation (default TRUE) |
verbose |
Logical, whether to print progress messages |
Invisible integer count of deleted items
## Not run:
# Clear all items tagged as "test"
goose_clear_tags("test")
# Clear multiple tags
goose_clear_tags(c("test", "temp", "draft"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.