rtweet data.frameAdd columns to rtweet data.frame for 'kind' data.
add_tweet_kind_cols(data = NULL)
| data | data.frame (created using |
|---|
data.frame.
The columns added include 'hashtag', 'link', 'rt', 'quote', and 'reply', all of which are logicals. A 'type' column is also added--it is a factored version of 'rt', 'quote', and 'reply'.