| goose_exists | R Documentation |
Check if an item exists in gooseR memory
goose_exists(name, category = NULL)
name |
Character string, name of the item |
category |
Character string, category of the item (optional) |
Logical, TRUE if item exists
## Not run:
if (goose_exists("my_data", "analysis")) {
data <- goose_load("my_data", "analysis")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.