Downloading historical Tweets via rtweet from Premium API via R – Twitter API
I need to extract the Tweets with "#bitcoin" from 2013-04-28 until today from Twitter to do a sentiment analysis. For this I have access to Twitter's Premium API. I am using the rtweet package which offers the function search_fullarchive. My…