Description Usage Arguments Details Value See Also
Returns user IDs of users who retweeted a given status. At the current time, this function is limited in returning a maximum of 100 users for a given status.
1 | get_retweeters(status_id, n = 100, parse = TRUE, token = NULL)
|
status_id |
required The status ID of the desired status. |
n |
Specifies the number of records to retrieve. Best if intervals of 100. |
parse |
Logical indicating whether to convert the response object into an R list. Defaults to TRUE. |
token |
a twitter token. |
At time of writing, pagination offers no additional data.
data
Other retweets:
get_retweets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.