tb {lvmisc}R 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.


[Package lvmisc version 0.1.2 Index]