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.


verasls/lvmisc documentation built on Feb. 12, 2024, 8:21 a.m.