filter_wordle | R Documentation |
Restrict original dictionary of possible words to those that meet criteria based on information about letters that are correct, incorrect, or misplaced in the unknown target word.
filter_correct(letters, positions, dict = NULL) filter_incorrect(letters, dict = NULL) filter_misplaced(letters, positions, dict = NULL)
letters |
Vector of single-length character strings, indicating the letters that are correct, incorrect, or misplaced. |
positions |
For |
dict |
Vector of strings of possible words to match |
Character vector of words in dictionary
that meet specified criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.