inst/scripts/test_email_error.R

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()
SERTwitter/ser documentation built on June 27, 2022, 7:37 p.m.