R/sample_articles.R

#' Sample Articles
#'
#' A small subset of of articles_clean. This dataset is intended to facilitate
#' more expedient modeling/ classification within the classroom. Clickbait and
#' non-clickbait headlines are equally represented within the randomly
#' generated sample.
#'
#' @format A data frame with 2000 rows and 3 variables:
#' \describe{
#'   \item{headline}{String}
#'   \item{clickbait}{Boolean}
#'   \item{ids}{Integer}
#' }
#' @source \url{XX}
"sample_articles"
nicholasjhorton/textclassificationexamples documentation built on July 26, 2020, 12:42 p.m.