twListToDF {twitteR} | R Documentation |
A function to convert twitteR lists to data.frames
Description
This function will take a list of objects from a single twitteR class and return a data.frame version of the members
Usage
twListToDF(twList)
Arguments
twList |
A list of objects of a single twitteR class, restrictions are listed in |
Details
The classes supported by this function are status
, user
,
and directMessage
.
Value
A data.frame
with rows corresponding to the objects in the list and columns being the
fields of the class
Author(s)
Jeff Gentry
See Also
Examples
## Not run:
zz <- searchTwitter("#rstats")
twListToDF(zz)
## End(Not run)
[Package twitteR version 1.1.9 Index]