Learn R Programming

gooseR (version 0.1.2)

goose_exists: Check if an item exists in gooseR memory

Description

Check if an item exists in gooseR memory

Usage

goose_exists(name, category = NULL)

Value

Logical, TRUE if item exists

Arguments

name

Character string, name of the item

category

Character string, category of the item (optional)

Examples

Run this code
if (FALSE) {
if (goose_exists("my_data", "analysis")) {
  data <- goose_load("my_data", "analysis")
}
}

Run the code above in your browser using DataLab