| goose_clear_category | R Documentation |
Clear all items in a category
goose_clear_category(category, confirm = TRUE, verbose = TRUE)
category |
Character string specifying the category to clear |
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 in "temp" category
goose_clear_category("temp")
# Clear without confirmation
goose_clear_category("temp", confirm = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.