1.3. Lexicon-based approach - Determining sentiment

Sign in to test your solution.
load('instagramtweets.RData') dictionary <- read_csv("dictionary.csv") text <- pull(tweets, text) created <- pull(tweets, created_at)