| goose_list | R Documentation |
List all R objects saved in Goose memory, optionally filtered by category or tags.
goose_list(category = NULL, tags = NULL, global = TRUE)
category |
Character string. Filter by category (default: NULL shows all) |
tags |
Character vector. Filter by tags (default: NULL shows all) |
global |
Logical. If TRUE (default), lists global memory. If FALSE, lists project-local memory. |
A data.frame with information about saved objects
## Not run:
# List all saved objects
goose_list()
# List objects in a specific category
goose_list(category = "models")
# List objects with specific tags
goose_list(tags = "production")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.