future.callr | R Documentation |
The future.callr package implements the Future API on top of callr. The Future API is defined by the future package.
To use callr futures, load future.callr, and
select the type of future you wish to use, e.g. plan(callr)
.
plan(callr) demo("mandelbrot", package = "future", ask = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.