get_retweets {rtweet} | R Documentation |
Get the most recent retweets/retweeters
Description
get_retweets()
returns the 100 most recent retweets of a tweet;
get_retweeters()
returns the 100 most recent users who retweeted them.
Usage
get_retweets(status_id, n = 100, parse = TRUE, token = NULL, ...)
get_retweeters(status_id, n = 100, parse = TRUE, token = NULL)
Arguments
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, |
Value
Tweets data of the most recent retweets/retweeters of a given status.
References
[Package rtweet version 2.0.0 Index]