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

tb(...)

Arguments

...

Passed to rlang::trace_back().

Value

An object of class rlang_trace.