The goal of words is to provide a list of english words certified for use in Scrabble.
You can install the released version of words from CRAN with:
install.packages("words")
or the development version from Github with
::install_github("condwanaland/words") devtools
words
contains a single dataframe that can be loaded
with data
.
library(words)
data("words")
head(words)
#> word word_length
#> 1 aa 2
#> 2 ab 2
#> 3 ad 2
#> 4 ae 2
#> 5 ag 2
#> 6 ah 2