update_letters_known_not_in_word {wordler} | R Documentation |
Establish which letters are known to _not_ be in the target word
Description
For all items in game$guess
, establishes the letters which are now
known to not be in the target word. These are present as a character vector
in game$letters_known_not_in_word
in the returned object.
Usage
update_letters_known_not_in_word(game)
Arguments
game |
'wordler' game object (as generated by
|
Value
A 'wordler' game object.
[Package wordler version 0.3.1 Index]