Description Usage Arguments Value Author(s) See Also Examples
These functions will allow you to retrieve various timelines within the Twitter universe
| 1 2 3 4 5 6 7 | userTimeline(user, n=20, maxID=NULL, sinceID=NULL, includeRts=FALSE, 
  excludeReplies=FALSE, ...)
homeTimeline(n=25, maxID=NULL, sinceID=NULL, ...)
mentions(n=25, maxID=NULL, sinceID=NULL, ...)
retweetsOfMe(n=25, maxID=NULL, sinceID=NULL, ...)
listTimeline(user, list_name, n=20, maxID=NULL, sinceID=NULL, includeRts=FALSE, 
  excludeReplies=FALSE, ...)
 | 
| user |  The Twitter user to detail, can be  | 
| n | Number of tweets to retrieve, up to a maximum of 3200 | 
| maxID | Maximum ID to search for | 
| sinceID | Minimum (not inclusive) ID to search for | 
| includeRts | If  | 
| excludeReplies | if  | 
| list_name |  Target list name, used for  | 
| ... | Optional arguments to be passed to  | 
A list of status objects
Jeff Gentry
| 1 2 3 4 |   ## Not run: 
        ut <- userTimeline('barackobama', n=100)
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.