options(rlang_trace_top_env = environment())

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


hadley/rlang documentation built on May 9, 2024, 8:27 a.m.