Description Usage Arguments Details Value See Also
Returns a collection of the 100 most recent retweets of a given status. NOTE: Twitter's API is currently limited to 100 or fewer retweeters.
1 | get_retweets(status_id, n = 100, parse = TRUE, token = NULL, ...)
|
status_id |
required The numerical ID of the desired status. |
n |
optional Specifies the number of records to retrieve. Must be less than or equal to 100. |
parse |
Logical indicating whether to convert the response object into an R list. Defaults to TRUE. |
token |
a twitter token. |
... |
Other arguments used as parameters in the query sent to
Twitter's rest API, for example, |
NOTE: Twitter's API is currently limited to 100 or fewer retweeters.
Tweets data of the most recent retweets of a given status
Other retweets:
get_retweeters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.