Description Usage Arguments Examples
Make a single request to extract tweets with query specifications.
1 | twitS1(twitter_token, query)
|
twitter_token |
Your twitter_token; e.g. from twitToken() function. |
query |
A user_timeline query; e.g. from twitUTQuery() function. |
1 2 3 4 | twitter_token <- twitToken(consumer_key, consumer_secret, access_token, access_secret)
query <- twitSQuery(screen_name = 'thomas_laetsch')
user.data <- twitS1(twitter_token, query)
user.json.data <- httr::content(user.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.