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


r-lib/evaluate documentation built on June 10, 2025, 5:24 p.m.