Description Usage Arguments Value Examples
Makes a guess a the secret code
1 | make_guess(all_combos, remaining_combos)
|
all_combos |
tibble with all combinations to pick a guess from |
remaining_combos |
tibble with available combinations to guess at |
numeric vector representing a valid guess at secret code
1 2 | co <- combos(2, 2)
make_guess(all_combos = co, remaining_combos = co)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.