Nothing
new_board <- function(nrow, ncol, mine_count = NULL, mines = NULL) {
new_mineplot(nrow, ncol)
board <- matrix("-", nrow, ncol)
set_board(board, nrow, ncol, mine_count, mines)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.