sentiment_score_plot
sentiment_score_plot.Rd
Creates a binned histogram showing count of reviews ranging from negative to positive sentiment score.
Examples
df = data.frame(text = c("I love cats","I love dogs"))
plot1 <- sentiment_score_plot(df, "text")