.copernicus_env {copernicusR} | R Documentation |
Copernicus private environment (internal use)
Description
This function creates and manages the internal environment where the package stores persistent objects (e.g., Python module references, configurations, etc.). Uses the package namespace to avoid global environment pollution while providing robust handling for different execution contexts (normal use, testing, etc.).
Usage
.copernicus_env()
Value
An environment object for internal package state management.
[Package copernicusR version 0.1.0 Index]