proustr (version 0.2.1)

proust_sentiments: Sentiment Lexicon

Description

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

Run this code
# NOT RUN {
proust_sentiments(type = "score")
proust_sentiments(type = "polarity")
# }

Run the code above in your browser using DataCamp Workspace