Nothing
source("incl/start.R")
options(future.demo.mandelbrot.nrow = 2L)
options(future.demo.mandelbrot.resolution = 50L)
options(future.demo.mandelbrot.delay = FALSE)
message("*** Demos ...")
message("*** Mandelbrot demo of the 'future' package ...")
plan(mirai_multisession, workers = 2)
demo("mandelbrot", package = "future", ask = FALSE)
message("*** Demos ... DONE")
source("incl/end.R")
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.