#' Skip error messages and continues to loop on the expression
#' @param expr expression
#' @export
try_catch_error_as_null <-
function(expr) {
tryCatch(expr, error = function(e) NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.