parse_env_subset {listenv}R Documentation

Helper function to infer target from expression and environment

Description

Helper function to infer target from expression and environment

Usage

parse_env_subset(expr, envir = parent.frame(), substitute = TRUE)

Arguments

expr

An expression.

envir

An environment.

substitute

If TRUE, then the expression is substitute():ed, otherwise not.

Value

A named list.


[Package listenv version 0.6.0 Index]