Nothing
source("incl/start.R")
message("*** nbrOfWorkers() ...")
ncores <- availableCores()
n <- nbrOfWorkers(mirai_multisession)
message("Number of workers: ", n)
stopifnot(n == ncores)
message("*** nbrOfWorkers() ... 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.