options(rlang_trace_top_env = environment())

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


tidyverse/rlang documentation built on Oct. 31, 2024, 5:35 p.m.