R/data.R

##############################################################
#' This is data to be included in the package
#'
#' Data used in the LREC paper on the 2016 eurogames tweets.
#' Includes a column with the counts of numbers of tweets.
#' The columns present in the matrix at the three sentiment
#' scores: "neg", "neu", and "pos".
#'
#' @name gamesdata
#' @docType data
#' @keywords data
#' @source \url{http://www.lrec-conf.org/proceedings/lrec2018/pdf/335.pdf}
#'
#' @examples
#' demo(eurogames)
##############################################################
NULL

##############################################################
#' This is data to be included in the package
#'
#' Data used in the LREC paper on the 2016 eurogames tweets.
#' Includes a column with the counts of numbers of tweets.
#' The columns present in the matrix at the three sentiment
#' scores: "neg", "neu", and "pos", and an additional
#' column for the total number of tweets: "counts"
#'
#' @name gamesdatacounts
#' @docType data
#' @keywords data
#' @source \url{http://www.lrec-conf.org/proceedings/lrec2018/pdf/335.pdf}
##############################################################
NULL

Try the ocp package in your browser

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

ocp documentation built on May 2, 2019, 3:46 a.m.