R/ptwikiwords.R

#' ptwikiwords
#'
#' Dataset containing words found when randomly downloaded 12.000
#' pages from \url{https://pt.wikipedia.org/}.
#'
#' @format A data frame with 146444 rows and 3 variables:
#' \describe{
#'   \item{word}{word, as is, found in Wikipedia pages}
#'   \item{count}{number of times the word was found in the sample of Wikipedia pages}
#'   \item{check}{wheter the word exists in the portuguese language (\code{hunspell_check} result)}
#' }
#'
"ptwikiwords"

Try the ptwikiwords package in your browser

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

ptwikiwords documentation built on May 2, 2019, 8:57 a.m.