find_letters | R Documentation |
Compare a guess word to a known target word and determine the index locations for all correct, incorrect, and misplaced letters in the guess. Guess word and target word must have the same number of letters.
find_correct(target, guess) find_incorrect(target, guess) find_misplaced(target, guess)
target |
target of the match |
guess |
word to be compared to the target word |
integer vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.