options(rlang_trace_top_env = environment())

f <- function() g()
g <- function() h()
h <- function() rlang::abort("foo")
f()


r-lib/rlang documentation built on June 24, 2024, 8:09 p.m.