data/data.R

#' The list of answers that are used in the wordle app
#'
#' @format a vector of 2315 words
#'
#' @source \url{https://www.powerlanguage.co.uk/wordle/main.db1931a8.js}
#' @export
"answerlist"

#' The list of acceptable words that are used in the wordle app
#'
#' @format a vector of 2315 words
#'
#' @source \url{https://www.powerlanguage.co.uk/wordle/main.db1931a8.js}
#' @export
"wordlist"
EFastner/wordlebot documentation built on Jan. 15, 2022, 8:10 a.m.