View source: R/annual_meeting_tweets.R
action_meeting_tweet | R Documentation |
action_meeting_tweet()
handles yearly tweeting about the SER Annual
Meeting. It randomly pulls one tweet from the meeting tweet queue to post.
The function will run March to June, posting 3 tweets a week until May the 5
tweets a week until the meeting starts. This function will not post anything
if it is a blackout date. It causes several side effects, including
downloading the meeting tweet queue and posting tweets. Requires Google Drive
and Twitter authorization.
action_meeting_tweet( period_start = "2019-03-01", period_end = "2019-06-18", twitter_token = ser_token, google_drive_auth = "ttt.rds" )
period_start |
beginning of period to tweet about meeting |
period_end |
end of period to tweet about meeting |
twitter_token |
an rtweet token for the SER app |
google_drive_auth |
the name of the google drive authorization file |
a data frame containing the updated meeting tweet queue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.