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)
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.