
Last chance! 50% off unlimited learning
Sale ends in
print(SentimentDictionary(c("uncertain", "possible", "likely")))
print(SentimentDictionary(c("increase", "rise", "more"),
c("fall", "drop")))
print(SentimentDictionary(c("increase", "decrease", "exit"),
c(+1, -1, -10),
rep(NA, 3)))
Run the code above in your browser using DataLab