winch_add_trace_back {winch} | R Documentation |
Enrich an rlang traceback with details on native calls
Description
This function should be reimplemented in rlang, to avoid a soft dependency between rlang's traceback format and this package.
Usage
winch_add_trace_back(trace = rlang::trace_back(bottom = parent.frame()))
Arguments
trace |
An rlang traceback as returned by |
[Package winch version 0.1.0 Index]