@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A (scoped) mapping of names to their definitions (BuiltIns). The BuiltIns|BuiltInEnvironment holds R's built-in functions and constants; use builtInEnvJsonReplacer during serialization to avoid inlining it.

    interface REnvironmentInformation {
        current: Environment;
        level: number;
    }

    Implemented by

    Index
    current: Environment

    The currently active environment (the stack is represented by the IEnvironment#parent chain).

    level: number

    nesting level of the environment, will be 0 for the global/root environment