caller_env {rlang}R Documentation

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.


[Package rlang version 0.2.2 Index]