powered by
Clear all gooseR memory
goose_clear_all( confirm = TRUE, backup_first = FALSE, backup_dir = "goose_backup" )
Invisible integer count of deleted items
Logical, whether to ask for confirmation (default TRUE)
Logical, whether to create backup before clearing
Character, directory for backup if backup_first is TRUE
if (FALSE) { # Clear all memory with confirmation goose_clear_all() # Clear with backup goose_clear_all(backup_first = TRUE) }
Run the code above in your browser using DataLab