library(ser)
# if deauthorized on google drive:
# googledrive::drive_auth(use_oob = TRUE)
options(gargle_oob_default = TRUE)
options(gargle_oauth_email = gmail("ser.twitteracct"))
on_error_email_to(c(gmail("malcolmbarrett"), email("jason_gantenberg", "brown.edu")))
safe_action_auto_tweet <- action_safely(action_auto_tweet, "(auto_tweet.R)")
safe_action_auto_tweet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.