searchTwitter {twitteR} | R Documentation |
This function will issue a search of Twitter based on a supplied search string.
searchTwitter(searchString, session = getCurlHandle(), num=25, ...)
searchString |
Search query to issue to twitter |
session |
A session object from initSession |
num |
The number of tweets to return |
... |
Optional arguments to be passed to getURL |
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.
A list of status
objects
Jeff Gentry
## Not run: searchTwitter("#rstats", num=100) ## End(Not run)