| get_doFuture_operator | R Documentation |
Get doFuture operator
get_doFuture_operator(
strategy = c("sequential", "multisession", "multicore", "mixed")
)
strategy |
One of |
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.
`%fun%` <- get_doFuture_operator("sequential")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.