action_email_summary: Email Daily Summary of SER Tweets

View source: R/email_summary.R

action_email_summaryR Documentation

Email Daily Summary of SER Tweets

Description

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.

Usage

action_email_summary(recipients, twitter_token = ser_token)

Arguments

recipients

a vector of email addresses to blind copy the email to

twitter_token

an rtweet token for the SER app

Value

the email to be sent, a character vector


SERTwitter/ser documentation built on June 27, 2022, 7:37 p.m.