The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

words

The goal of words is to provide a list of english words certified for use in Scrabble.

Installation

You can install the released version of words from CRAN with:

install.packages("words")

or the development version from Github with

devtools::install_github("condwanaland/words")

Example

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.