Nothing
# purrr::map(...) =>
#
# furrr::future_map(..., .options = <future.* arguments>)
#
append_transpilers_for_furrr <- function() {
append_transpilers("futurize::add-on", make_addon_transpilers(
"purrr", "furrr", make_options = make_options_for_furrr)
)
## Return required packages
c("purrr", "furrr")
}
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.