Description Usage Arguments See Also
View source: R/statuses_retweets.R
GET statuses/retweets/:id
1 | twtr_statuses_retweets(id, count = NULL, trim_user = NULL, ...)
|
id |
The numerical ID of the desired status. Example Values: 123 |
count |
Specifies the number of records to retrieve. Must be less than or equal to 100. Example Values: 5 |
trim_user |
When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object. Example Values: true |
https://dev.twitter.com/rest/reference/get/statuses/retweets/%3Aid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.