Nothing
update_cell <- function(board, cell, i, j, nrow, ncol, to_hide = FALSE) {
draw_cell(cell, i, j)
board[[i, j]] <- cell
if(to_hide) attr(board, "hide")[[i, j]] <- TRUE
board
}
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.