| goose_delete | R Documentation |
Remove a saved R object from Goose's memory system.
goose_delete(name, category = "r_objects", global = TRUE, confirm = TRUE)
name |
Character string. Name of the object to delete |
category |
Character string. Category where the object was saved (default: "r_objects") |
global |
Logical. If TRUE (default), deletes from global memory. If FALSE, deletes from project-local memory. |
confirm |
Logical. If TRUE (default), asks for confirmation before deleting. |
Invisibly returns TRUE if successful
## Not run:
# Delete an object
goose_delete("old_model", category = "models")
# Delete without confirmation
goose_delete("temp_data", confirm = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.