R/word_bank.R

#' Vector of all 5 letter answer words
#'
#' All wordle words that could be the solution.
#'
#' @source \url{https://gist.github.com/cfreshman/a03ef2cba789d8cf00c08f767e0fad7b}
"wordle_answers"

#' Vector of all 5 letter allowed words
#'
#' All wordle words that are allowed by wordle.
#'
#' @source \url{https://gist.github.com/cfreshman/cdcdf777450c5b5301e439061d29694c}
"wordle_allowed"

#' Vector of all 5 letter words
#
#' Combined two word lists gathered from GitHub user *cfreshman*.
#'
#' @source \url{https://gist.github.com/cfreshman}
"word_bank"
KoderKow/wordle documentation built on Feb. 7, 2022, 10:08 a.m.