Description Usage Arguments Details Value Author(s) See Also Examples
This function will take a list of objects from a single twitteR class and return a data.frame version of the members
1 | twListToDF(twList)
|
twList |
A list of objects of a single twitteR class, restrictions are listed in |
The classes supported by this function are status
, user
,
and directMessage
.
A data.frame
with rows corresponding to the objects in the list and columns being the
fields of the class
Jeff Gentry
1 2 3 4 5 | ## Not run:
zz <- searchTwitter("#rstats")
twListToDF(zz)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.