force_adaptor: Force An Adaptor

View source: R/helper_functions.R

force_adaptorR Documentation

Force An Adaptor

Description

You can force parapurrr to ignore the "adaptor" parameters supplied in parapurrr function and force using a specific adaptor.

Usage

force_adaptor(force_adaptor = NULL, force_cluster_type = NULL)

Arguments

force_adaptor

What adaptor to force? valis values are: "doMPI", "doParallel", "doSNOW", "doFuture", and "doMC".

force_cluster_type

What cluster type to force?

Examples

## Not run: 
force_adaptor(doFuture)
## End(Not run)

moosa-r/parapurrr documentation built on July 14, 2022, 11:20 a.m.