vadr (version 0.01)

dots_environments: Extract or manipulate environments contained in dots lists.

Description

environments works on a dots list created by {codedots w, while dots_environments works on arguments you pass in.

Usage

dots_environments(...)
environments(x)
environments(x) <- value
"environments"(x) <- value

Arguments

...
Any arguments.
x
a {codedots object.
value
A new list of environments to apply.

Value

A named list of environment objects. The mutator environments<- constructs a new list of unevaluated promises with the same expressions but different environments.