# NOT RUN {
word <- "ABBEY"
# Or pick a random one:
# word <- sample(wordle_dictionary("en"), 1)
wordle_check("OPENS", word)
wordle_check("BABES", word)
wordle_check("BABES", word, print = FALSE)
wordle_check("KEBAB", word)
wordle_check("ABYSS", word)
wordle_check("ABBEY", word)
wordle_simulation(input = "SAINT", word = "ABBEY", seed = 2)
# }
Run the code above in your browser using DataLab