OptionalbuiltIs this a built-in environment that is not allowed to change? Please use this carefully and only for the top-most envs!
OptionalcacheReadonlyidUnique and internally generated identifier -- will not be used for comparison but helps with debugging for tracking identities
Maps to exactly one definition of an identifier if the source is known, otherwise to a list of all possible definitions
Lexical parent of the environment, if any (can be manipulated by R code)
Adds all writes of other to this environment (i.e., the operations of other might happen).
This always recurses parents.
Create a deep clone of this environment.
Whether to also clone parent environments
Define a new identifier definition within this environment.
The definition to add.
The flowr configuration options.
Assumes, that all definitions within other replace those within this environment (given the same name).
But if all definitions within other are maybe, then they are appended to the current definitions (updating them to be maybe from now on as well), similar to appendEnvironment.
This always recurses parents.
OptionalapplyCds: readonly ControlDependency[]
See
REnvironmentInformation