update_letters_known_not_in_word: Establish which letters are known to _not_ be in the target...

View source: R/wordler.R

update_letters_known_not_in_wordR 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 new_wordler).

Value

A 'wordler' game object.


DavidASmith/wordler documentation built on April 2, 2022, 6:40 p.m.