Description Usage Arguments Value Author(s) See Also Examples
These functions can be used to return retweets or users who retweeted a tweet
1 |
id |
The ID of the tweet to get retweet information on |
n |
The number of results to return, up to 100 |
... |
Further arguments to pass on to httr |
For retweets
the n most recent retweets of the original tweet.
For retweeters
the n most recent users who have retweeted this tweet.
Jeff Gentry
1 2 3 4 5 6 7 | ## Not run:
retweets("21947795900469248")
st = showStatus("21947795900469248")
retweeters(st$getId())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.