Closed mrwunderbar666 closed 1 year ago
Unpack get_coordinated_tweets into smaller public functions and re-assemble monolithic function
get_coordinated_tweets
data_wrangling()
data_wrangling_filter()
This filter is particularly slow: https://github.com/nicolarighetti/CooRTweet/blob/0f6fa30e2910ab1f2685c8c8a960b784cc3a0083/R/data_wrangling_filter.R#L51
see #10
Unpack
get_coordinated_tweets
into smaller public functions and re-assemble monolithic functiondata_wrangling()
functions for different use cases (e.g., call new function "preprocess") or similardata_wrangling_filter()
, maybe directly include indata_wrangling()