library(ser)
# setwd(file.path("/home", "rstudio", "Dropbox", "rstudio_server", "ser_twitter"))
# if need to restart port
# sudo lsof -i :1410
# kill -9 [PID from list]
# options(httr_oob_default = TRUE)
on_error_email_to(gmail("malcolmbarrett"))
safe_action_email_summary <- action_safely(action_email_summary, "(test_email_summary.R)")
send_summary_to <-gmail("malcolmbarrett")
safe_action_email_summary(recipients = send_summary_to)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.