R/inpdfr_dataset_docu.R

#' Stop words in French.
#'
#' A vector containing stop words in French.
#'
#' @format A vector with 173 elements (character), with UTF-8 characters escaped
#'   using \code{stringi::stri_escape_unicode(exclusionList_FR)}.
#'
#' @source Adapted from www.ranks.nl/stopwords.
"exclusionList_FR"

#' Stop words in Spanish.
#'
#' A vector containing stop words in Spanish
#'
#' @format A vector with 190 elements (character), with UTF-8 characters escaped
#'   using \code{stringi::stri_escape_unicode(exclusionList_SP)}.
#'
#' @source Adapted from www.ranks.nl/stopwords.
"exclusionList_SP"

#' Stop words in English.
#'
#' A vector containing stop words in English.
#'
#' @format A vector with 542 elements (character).
#'
#' @source Adapted from www.ranks.nl/stopwords.
"exclusionList_UK"

#' Lorem Ipsum text.
#'
#' A vector containing a Lorem Ipsum text for testing purposes.
#'
#' @format A vector with 556 elements, each element corresponds to a line in the original text (character).
#'
#' @source \url{https://lipsum.com/}.
"loremIpsum"


#' Lorem Ipsum word occurrences.
#'
#' @format A data.frame containing word name and occurences for testing purposes.
"wordOccuDF"

Try the inpdfr package in your browser

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

inpdfr documentation built on Aug. 24, 2023, 9:09 a.m.