timelines: Functions to view Twitter timelines

Description Usage Arguments Value Author(s) See Also Examples

Description

These functions will allow you to retrieve various timelines within the Twitter universe

Usage

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

Arguments

user

The Twitter user to detail, can be character or an user object.

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 FALSE any native retweets (not old style RT retweets) will be stripped from the results

excludeReplies

if TRUE any replies are stripped from the results

list_name

Target list name, used for listTimeline

...

Optional arguments to be passed to GET

Value

A list of status objects

Author(s)

Jeff Gentry

See Also

getUser, status

Examples

1
2
3
4
  ## Not run: 
        ut <- userTimeline('barackobama', n=100)
  
## End(Not run)

ashoksiri/twitteR documentation built on May 8, 2019, 5:57 p.m.