R/data.R

#' unpack1grams
#' 
#' Full-length articles from the Journal of Archaeological Reseach
#'
#' A dataset containing the full text of full-length articles published in 
#' the Journal of Archaeological Reseach. Obtained from \url{http://dfr.jstor.org/}
#' 
#' @name unpack1grams
#'
#' @format Returns a list of two items. First is "wordcounts", a Document Term Matrix of 1-grams for 232 articles, and second is 'bibliodata', a data frame of bibliographic information for all 232 articles. 
#'
#' @source \url{http://dfr.jstor.org/}
#' 
#' @docType data
#'
#' @usage data(unpack1grams)
NULL

#'  
#' #' unpack2grams
#' #' 
#' #' Full-length articles from the Journal of Archaeological Reseach
#' #'
#' #' A dataset containing the full text of full-length articles published in 
#' #' the Journal of Archaeological Reseach. Obtained from  \url{http://dfr.jstor.org/}
#' #' 
#' #' @name unpack2grams
#' #'
#' #' @format Returns a list of two items. First is "bigrams", a Document Term Matrix of 2-grams for  articles, and second is 'bibliodata', a data frame of bibliographic information for all articles. 
#' #'
#' #' @source \url{http://dfr.jstor.org/}
#' #' 
#' #' @docType data
#' #'
#' #' @usage data(unpack2grams)
#' #' 
#' #' 
#' NULL
benmarwick/JSTORr documentation built on May 12, 2019, 12:59 p.m.