library(ser)
auto_error <- function() {
stop("this is a test as well")
}
on_error_email_to(gmail("malcolmbarrett"))
safe_auto_error <- action_safely(auto_error, "(test_email_error.R)")
safe_auto_error()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.