View source: R/helper_functions.R
force_adaptor | R Documentation |
You can force parapurrr to ignore the "adaptor" parameters supplied in parapurrr function and force using a specific adaptor.
force_adaptor(force_adaptor = NULL, force_cluster_type = NULL)
force_adaptor |
What adaptor to force? valis values are: "doMPI", "doParallel", "doSNOW", "doFuture", and "doMC". |
force_cluster_type |
What cluster type to force? |
## Not run: force_adaptor(doFuture) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.