Nothing
#' @export
print.minesweeper_recording <- function(x, ...) {
time <- x$inputs[[length(x$inputs)]]$diff
cat(sprintf("Minesweeper recording of %f %s\n", time, units(time)))
}
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.