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 |
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 |
... |
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.