R/data.R

#' A list of English words and their associations with eight basic emotions 
#' (anger, fear, anticipation, trust, surprise, sadness, joy, and disgust)
#'
#' A dataset containing 141820 English words and their associations with eight basic emotions.
#'
#' @format A data frame with 141820 rows and 3 variables:
#' \describe{
#'   \item{V1}{English word, characters}
#'   \item{V2}{Emotion, characters}
#'   \item{V3}{Count of the word, integer}
#'   ...
#' }
#' @source \url{https://saifmohammad.com/WebPages/NRC-Emotion-Lexicon.htm}
"data"
UBC-MDS/remoodji documentation built on March 30, 2021, 12:02 p.m.