# Example data
text <- c(
"I'm feeling sad today",
"This is terrible, bad",
"I'm doing ok",
"I'm feeling great",
"I'm feeling nothing",
"This is sick, but good at the same time")
# Getting the scores
tw_sentiment(text)
tw_sentiment(text, normalize=FALSE)
Run the code above in your browser using DataLab