Description Usage Arguments Details Value Examples
Update tweets saved to disk.
1 | update_local_tweets(users, file, n = 3200)
|
users |
character. |
file |
character. |
n |
integer, maximum number of tweets to go back chronologically from the latest. |
This function loads existing tweets from disk, downloads newer tweets, appends to the data frame, and overwrites the original file with the appended data frame, and returns the full data frame.
a data frame, and side effect of appending to the data frame saved in file
1 | ## Not run: update_local_tweets("PicardTips", myfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.