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

    A single entry/scope within an REnvironmentInformation

    interface IEnvironment {
        builtInEnv?: true;
        id: number;
        memory: BuiltInMemory;
        parent: IEnvironment;
    }

    Implemented by

    Index

    Properties

    builtInEnv?: true

    Built-in environment that must not change; only for the top-most envs.

    id: number

    Unique internally generated identifier, used for debugging not comparison

    Maps to exactly one definition of an identifier if the source is known, otherwise to a list of all possible definitions

    parent: IEnvironment

    Lexical parent of the environment, if any (can be manipulated by R code)