options(rlang_trace_top_env = environment())

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


hadley/rlang documentation built on Aug. 16, 2024, 8:38 a.m.