powered by
dont_stop(...)
tryCatch
dont_stop(warning("!!!")) dont_stop(stop("!!!")) f <- function() g() g <- function() stop("!!!") dont_stop(f())
Run the code above in your browser using DataLab