Nothing
#' @tags nbrOfWorkers
#' @tags detritus-files
#' @tags mirai_multisession
library(future.mirai)
message("*** nbrOfWorkers() ...")
ncores <- availableCores()
plan(mirai_multisession)
n <- nbrOfWorkers()
message("Number of workers: ", n)
stopifnot(n == ncores)
plan(sequential)
message("*** nbrOfWorkers() ... DONE")
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.