getEsmtoolsEnv {esmtools}R Documentation

Get the internal package environment

Description

This function provides access to the internal environment used by the esmtools package. This environment is used for internal state management and should be used with caution.

Usage

getEsmtoolsEnv()

Value

An environment object used internally by the esmtools package.

Examples

esmtools_env <- getEsmtoolsEnv()
print(esmtools_env)

[Package esmtools version 1.0.1 Index]