nicolarighetti / CooRTweet

CooRTweet: Coordinated Networks Detection on Social Media | Detects a variety of coordinated actions on social media and outputs the network of coordinated users along with related information.
https://CRAN.R-project.org/package=CooRTweet
Other
32 stars 4 forks source link

preprocess_tweets required_cols error #22

Closed nicolarighetti closed 1 year ago

nicolarighetti commented 1 year ago

The pre-processing of tweets (preprocess_tweets) is encountering an error due to the inclusion of an unused column in the check.

https://github.com/nicolarighetti/CooRTweet/blob/2d230f97ad3fa9e7f5eb4a8e0086cfd59c8c05fb/R/preprocess_twitter.R#L58-L66

The solution is to remove the column "in_reply_to_user_id" from the vector of required_cols.