caller_fn {rlang}R Documentation

Get properties of the current or caller frame

Description

Experimental lifecycle

See the call stack topic for more information.

Usage

caller_fn(n = 1)

current_fn()

Arguments

n

The number of generations to go back.

Life cycle

These functions are experimental.

See Also

caller_env() and current_env()


[Package rlang version 0.4.10 Index]