get_sentiment_and_score Adds the sentiment and score from text to data frame
get_sentiment_and_score.Rd
get_sentiment_and_score Adds the sentiment and score from text to data frame
Examples
df = data.frame(text = c("I love cats","I love dogs"))
get_sentiment_and_score(df, "text")
#> text score sentiment
#> 1 I love cats 0.637 positive
#> 2 I love dogs 0.637 positive