get_retweets | R Documentation |
get_retweets()
returns the 100 most recent retweets of a tweet;
get_retweeters()
returns the 100 most recent users who retweeted them.
get_retweets(status_id, n = 100, parse = TRUE, token = NULL, ...)
get_retweeters(status_id, n = 100, parse = TRUE, token = NULL)
status_id |
Tweet/status id. |
n |
Number of results to retrieve. Must be <= 100. |
parse |
If |
token |
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See |
... |
Other arguments used as parameters in the query sent to
Twitter's rest API, for example, |
Tweets data of the most recent retweets/retweeters of a given status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.