Closed nicolarighetti closed 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.
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.