You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
require(academictwitteR)
#> Loading required package: academictwitteRres<- bind_tweets(system.file("extdata", "tweetdata", package="academictwitteR"), output_format="tidy")
res$in_reply_to_user_id#> [1] NA NA NA #> [4] NA NA NA #> [7] NA NA NA #> [10] NA NA "1238776140094996481"#> [13] "970421608362934272" "2316172198" NA #> [16] NA NA "771444093809467397" #> [19] NA NA NA #> [22] NA "47919307" "47919307" #> [25] NAres$sourcetweet_type#> [1] "retweeted" "retweeted" "retweeted" "retweeted" "retweeted" NA #> [7] NA NA NA NA NA NA #> [13] NA NA NA NA NA NA #> [19] NA NA NA NA NA NA #> [25] "quoted"
Describe the solution you'd like
Adding columns if the tweet is a reply, retweet or quoted tweet. At the moment bind_tweets only contains retweet counts etc.
Anything else?
I wrote some helper functions that do this, could do a pull request.
The text was updated successfully, but these errors were encountered: