R/data.R

#' List of english words
#'
#' A dataset containing a list of english words and their length.
#'
#' @format A data frame with 175393 rows and 2 variables:
#' \describe{
#'   \item{word}{an english word}
#'   \item{word_length}{number of letters in the word}
#'   ...
#' }
#' @source \url{https://www.wordgamedictionary.com/word-lists/}
"words"

Try the words package in your browser

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

words documentation built on May 17, 2021, 5:07 p.m.