parse_env_subset {listenv} | R Documentation |
Helper function to infer target from expression and environment
parse_env_subset(expr, envir = parent.frame(), substitute = TRUE)
expr |
An expression. |
envir |
An environment. |
substitute |
If |
A named list with elements:
envir
An environment (defaults to argument envir
)
name
A character vector. ...
op
...
subset
A list of NULL
. ...
idx
An integer vector or NULL
. ...
exists
A logical vector of length length(idx)
with TRUE
and FALSE
values.
code
The deparsed expression expr
coerced to a single character
string.