options(rlang_trace_top_env = environment())

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


Try the rlang package in your browser

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

rlang documentation built on June 22, 2024, 9:31 a.m.