Learn R Programming

lvmisc (version 0.1.2)

tb: Capture a backtrace

Description

Captures the sequence of calls that lead to the current function. It is just a wrapper to rlang::trace_back().

Usage

tb(...)

Value

An object of class rlang_trace.

Arguments

...

Passed to rlang::trace_back().