| goose_clear_all | R Documentation |
Clear all gooseR memory
goose_clear_all(
confirm = TRUE,
backup_first = FALSE,
backup_dir = "goose_backup"
)
confirm |
Logical, whether to ask for confirmation (default TRUE) |
backup_first |
Logical, whether to create backup before clearing |
backup_dir |
Character, directory for backup if backup_first is TRUE |
Invisible integer count of deleted items
## Not run:
# Clear all memory with confirmation
goose_clear_all()
# Clear with backup
goose_clear_all(backup_first = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.