View source: R/email_summary.R
action_email_summary | R Documentation |
action_email_summary()
handles daily summaries of tweets made on the SER
account. This function emails an HTML table (using the gt package) of the
tweets and retweets for the day to a list of recipients. It returns a
character vector containing the email message that it sent. Requires Gmail
and Twitter authorization.
action_email_summary(recipients, twitter_token = ser_token)
recipients |
a vector of email addresses to blind copy the email to |
twitter_token |
an rtweet token for the SER app |
the email to be sent, a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.