has_non_par_pkgs | R Documentation |
Internal functions to help use parallel processing
has_non_par_pkgs(object, control, verbose = FALSE)
future_installed()
mirai_installed()
get_future_workers(verbose)
get_mirai_workers(verbose)
choose_framework(
object = NULL,
control = NULL,
verbose = FALSE,
default = "mirai"
)
get_parallel_seeds(workers)
eval_mirai(.x, .f, ..., .args)
par_fns(framework)
object |
A workflow. |
control |
A control object |
verbose |
A logical for printing |
default |
The default parallel processor. |
workers |
The number of existing workers |
.x |
A list. |
.f |
A function |
... , .args |
Options to pass to other functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.