Has anyone used 'tidytextmining' for sentiment analysis in R? Tidytextmining
I am using R V 3.4.1 and I am getting the following error for this piece of code.
library(tidytext)
library(dplyr)
get_sentiments("afinn")
Error - Error in get_sentiments("afinn") : could not find function "get_sentiments"
I have the right package installed and the library reference. What am I missing?