powered by
Check if an item exists in gooseR memory
goose_exists(name, category = NULL)
Logical, TRUE if item exists
Character string, name of the item
Character string, category of the item (optional)
if (FALSE) { if (goose_exists("my_data", "analysis")) { data <- goose_load("my_data", "analysis") } }
Run the code above in your browser using DataLab