Description Usage Arguments Examples
Used to extract many repeated requests to pull a user's timeline and save the results to a json file. Will automatically move from most recent toward older tweets while pulling data.
1 2 3 4 |
filename |
Character. File path to json file to store data. |
twitter_token |
Your twitter_token; e.g. from twitToken() function. |
n |
(optional) Integer. Maximum total tweets to pull from the timeline. |
screen_name, |
user_id, since_id, max_id, trim_user, exclude_replies, contributor_details To set up query. See ?twitUTQuery for details |
verbose |
(defaults TRUE) Logical. If true, displays request limit at each request. |
append_old |
(defaults FALSE) Logical. If true will append an already extant json file; otherwise it creates/overwrites file. |
1 2 | twitter_token <- twitToken(consumer_key, consumer_secret, access_token, access_secret)
twitUTmany2json(filename='~/thomas_laetsch.json', twitter_token = twitter_token, screen_name = 'thomas_laetsch')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.