get_model_env_celery: Working with the celery model environment

View source: R/aaa_models.R

get_model_env_celeryR Documentation

Working with the celery model environment

Description

These functions read and write to the environment where the package stores information about model specifications.

Usage

get_model_env_celery()

get_from_env_celery(items)

set_env_val_celery(name, value)

Arguments

items

A character string of objects in the model environment.

name

A single character value for a new symbol in the model environment.

value

A single value for a new value in the model environment.

...

Named values that will be assigned to the model environment.

Examples

# Access the model data:
current_code <- get_model_env_celery()
ls(envir = current_code)

kbodwin/celery documentation built on March 26, 2022, 12:33 a.m.