Get doFuture operator
Usage
get_doFuture_operator(
strategy = c("sequential", "multisession", "multicore", "mixed")
)Value
Returns the appropriate operator to use in a foreach::foreach() loop.
The %do% operator is returned if strategy=="sequential".
Otherwise, the %dopar% operator is returned.