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"
condwanaland/words documentation built on Dec. 19, 2021, 6:02 p.m.