proust_sentiments
From proustr v0.2.1
by Colin FAY
Sentiment Lexicon
A sentiment lexicon with eitheir polarity or score.
Usage
proust_sentiments(type = c("polarity", "score"))
Arguments
- type
polarity (positive or negative) or score on six sentiments (joy, fear, sadness, anger, surprise, disgust)
Value
a tibble
Examples
# NOT RUN {
proust_sentiments(type = "score")
proust_sentiments(type = "polarity")
# }
Community examples
Looks like there are no examples yet.