Rtweets {twitteR}R Documentation

Retrieve latest R related tweets

Description

This function will look at the #rstats hashtag and return status updates that are related to R

Usage

Rtweets(session = getCurlHandle(), num=25, ...)

Arguments

session A session object from initSession
num The number of tweets to return
... Items to be passed to getURL

Details

This is not a full featured search, but simply a hard coded search for the #rstats tag.

A premade session is typically not going to be necessary, this command can be called without any parameters. However, if a user has access to a protected user's timeline, they will not see any #rstat activity without using a session object.

Value

A list of status objects

Author(s)

Jeff Gentry

See Also

status

Examples

    ## Not run: 
           Rtweets()
    
## End(Not run)

[Package twitteR version 0.1.5 Index]