Description Usage Arguments Value Author(s) References See Also Examples
Returns the n most recently favorited tweets from the specified user.
1 |
user |
The Twitter user to detail, can be |
n |
Number of tweets to retrieve, up to a maximum of 200 |
max_id |
Maximum ID to search for |
since_id |
Minimum ID to search for |
... |
Optional arguments to pass along to RCurl |
A list of link{status}
objects corresponding to the n
most recent tweets
Jeff Gentry
https://dev.twitter.com/rest/reference/get/favorites/list
1 2 3 4 | ## Not run:
fav = favorites("barackobama", n=100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.