options(rlang_trace_top_env = environment())

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


tidyverse/rlang documentation built on April 23, 2024, 1:29 a.m.