Learn R Programming

copernicusR (version 0.1.0)

.copernicus_env: 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()

Arguments

Value

An environment object for internal package state management.