tb: Capture a backtrace

View source: R/utils.R

tbR Documentation

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(...)

Arguments

...

Passed to rlang::trace_back().

Value

An object of class rlang_trace.


lvmisc documentation built on June 22, 2024, 12:18 p.m.