knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)


condwanaland/words documentation built on Dec. 19, 2021, 6:02 p.m.