#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.