knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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
devtools::install_github("condwanaland/words")
words
contains a single dataframe that can be loaded with data
.
library(words) data("words") head(words)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.