#' NRC Emotion Table
#'
#' A \pkg{data.table} dataset containing a filtered version of Mohammad &
#' Turney', P. D.'s (2010) emotion word list as lookup table.
#'
#'
#' @details
#' \itemize{
#' \item token. A search token indicating emotion.
#' \item emotion. An accompanying emotion assocatiated with the token.
#' }
#'
#' @docType data
#' @keywords datasets
#' @name hash_nrc_emotions
#' @usage data(hash_nrc_emotions)
#' @format A data frame with 8265 rows and 2 variables
#' @references http://www.purl.com/net/lexicons \cr \cr
#' Mohammad, S. M. & Turney, P. D. (2010) Emotions evoked by common words and
#' phrases: Using Mechanical Turk to create an emotion lexicon, In Proceeding of
#' Workshop on Computational Approaches to Analysis and Generation of Emotion in
#' Text, 26-34.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.