goose_exists: Check if an item exists in gooseR memory

View source: R/memory_bulk.R

goose_existsR Documentation

Check if an item exists in gooseR memory

Description

Check if an item exists in gooseR memory

Usage

goose_exists(name, category = NULL)

Arguments

name

Character string, name of the item

category

Character string, category of the item (optional)

Value

Logical, TRUE if item exists

Examples

## Not run: 
if (goose_exists("my_data", "analysis")) {
  data <- goose_load("my_data", "analysis")
}

## End(Not run)

gooseR documentation built on Feb. 6, 2026, 5:07 p.m.