Try to evaluate an expression silently
An abbreviation of try(silent = TRUE)
.
try_silent(expr)
expr |
An R expression. |
library(xfun) z = try_silent(stop("Wrong!")) inherits(z, "try-error")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.