Description Usage Arguments Details Value Author(s) Examples
Retrieve the Original from a Solved Game
1 | originalGame(x)
|
x |
a sudoku object |
Convenience function for accessing an original from a solved game. If the game is unsolved, the object itself is returned.
The original sudoku game corresponding to the solution, or object itself if the game is unsolved
Bill Venables
1 2 3 | set.seed(666)
seedGame() %>% solve %>% plot -> sg ## %>% imported from magrittr
originalGame(sg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.