Learn R Programming

esmtools (version 1.0.1)

getEsmtoolsEnv: 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()

Arguments

Value

An environment object used internally by the esmtools package.

Examples

Run this code
esmtools_env <- getEsmtoolsEnv()
print(esmtools_env)

Run the code above in your browser using DataLab