rlang (version 0.2.1)

caller_env: Get the environment of the caller frame

Description

Get the environment of the caller frame

Usage

caller_env(n = 1)

caller_frame(n = 1)

caller_fn(n = 1)

Arguments

n

The number of generation to go back.