R/adverbs.R
silent_attempt.Rd
A wrapper around silently and attempt
silent_attempt(...)
the expression to evaluate
an error if any, a warning if any.
if (FALSE) { # \dontrun{ silent_attempt(warn("nop!")) } # }