FutureJob | R Documentation |
A Job
that leverages the future
framework to
evaluate asynchronously.
library(future)
plan(multicore, workers = 1)
d <- delayed(3 + 4)
sched <- Scheduler$new(d, FutureJob, nworkers = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.