Error traceback with rlang

For code using rlang errors directly, clean traceback should be shown too.

f <- function() g()
g <- function() h()
h <- function() rlang::abort("This is an error !")
f()


Try the parsermd package in your browser

Any scripts or data that you put into this service are public.

parsermd documentation built on Aug. 21, 2025, 5:27 p.m.