ReadonlynameGet the built-in environment used during analysis.
Optional ReadonlybuiltInEnv?: trueBuilt-in environment that must not change; only for the top-most envs.
Readonlyid: numberUnique internally generated identifier, used for debugging not comparison
Readonlymemory: ReadonlyMapMaps to exactly one definition of an identifier if the source is known, otherwise to a list of all possible definitions
Readonlyparent: { readonly id: number; readonly parent: ...; readonly memory: ReadonlyMap<BrandedIdentifier, readonly ({ readonly type: InGraphReferenceType; readonly definedAt: NodeId; ... 5 more ...; readonly cds?: readonly { ...; }[] | undefined; } | { ...; } | { ...; })[]>; readonly builtInEnv?: true | undefined; }Lexical parent of the environment, if any (can be manipulated by R code)
Get the empty built-in environment used during analysis. The empty built-in environment only contains primitive definitions.
Optional ReadonlybuiltInEnv?: trueBuilt-in environment that must not change; only for the top-most envs.
Readonlyid: numberUnique internally generated identifier, used for debugging not comparison
Readonlymemory: ReadonlyMapMaps to exactly one definition of an identifier if the source is known, otherwise to a list of all possible definitions
Readonlyparent: { readonly id: number; readonly parent: ...; readonly memory: ReadonlyMap<BrandedIdentifier, readonly ({ readonly type: InGraphReferenceType; readonly definedAt: NodeId; ... 5 more ...; readonly cds?: readonly { ...; }[] | undefined; } | { ...; } | { ...; })[]>; readonly builtInEnv?: true | undefined; }Lexical parent of the environment, if any (can be manipulated by R code)
Get the fingerprint of the clean environment with the configured built-in environment as base.
Create a new environment with the configured built-in environment as base.
Create a new environment with an empty built-in environment as base.
A completely empty environment.
Provides the built-in environment, created from the FlowrAnalyzerContext configuration.