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

    REnvironmentInformation

    Implements

    Index

    Constructors

    Properties

    builtInEnv?: true

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

    globalEnv?: true

    marks the global environment (.GlobalEnv); attached packages (see EnvType) live below it

    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

    n?: string

    Optional name for namespaced/non-anonymous environments, please only set if you know what you are doing

    parent: Environment

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

    which search-path layer this env is (package/namespace/imports), if any

    Accessors

    Methods