R/Sentiment_General_plots.R

#' Sentiment General plots
#'
#' Number of positive and negative words based on bing,nrc,loughran among the seasons
#' are summarised through a plot here, from the script data.
#'
#' @format A list with
#' \describe{
#' \item{\code{1}}{positive words from bing over seasons}
#' \item{\code{2}}{negative words from bing over seasons}
#' \item{\code{3}}{positive words from nrc over seasons}
#' \item{\code{4}}{negative words from nrc over seasons}
#' \item{\code{5}}{positive words from loughran over seasons}
#' \item{\code{6}}{negative words from loughran over seasons}
#' }
#'
#' @examples
#' length(Sentiment_General_plots)
#'
"Sentiment_General_plots"

Try the SouthParkRshiny package in your browser

Any scripts or data that you put into this service are public.

SouthParkRshiny documentation built on May 29, 2024, 1:23 a.m.