View source: R/replay_minesweeper.R
replay_minesweeper | R Documentation |
Replay a recorded game of minesweeper in the current graphics device.
replay_minesweeper(recording)
recording |
object of class "minesweeper_recording" returned by
|
recording
, invisibly.
x11() # Unix-specific example
recording <- play_minesweeper()
replay_minesweeper(recording)
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.