Closed remyknox closed 5 years ago
Updating automate.R on my own branch.
Issue fixed by checking new data frame (query from twitter) with old df and removing old tweets from old df before merging new df. Verified codes works on test df's. Not using distinct(). Using base R. RT/Like counts will now be most up-to-date tweets when looking at DUPLICATES.
Started
automate.R uses distinct() function which drops the duplicate tweets following the first tweet in descending order (which is oldest tweets to newest tweets).