do_call_rbind {rtweet} | R Documentation |
Binds list of data frames while preserving attribute (tweets or users) data.
Description
Row bind lists of tweets/users data whilst also preserving and binding users/tweets attribute data.
Usage
do_call_rbind(x)
Arguments
x |
List of parsed tweets data or users data, each of which presumably contains an attribute of the other (i.e., users data contains tweets attribute; tweets data contains users attribute). |
Value
A single merged (by row) data frame (tbl) of tweets or
users data that also contains as an attribute a merged (by row)
data frame (tbl) of its counterpart, making it accessible via the
users_data()
or tweets_data()
extractor
functions.
See Also
[Package rtweet version 2.0.0 Index]