Description Usage See Also Examples
The registerDoSEQ
function is used to explicitly register
a sequential parallel backend with the foreach package.
This will prevent a warning message from being issued if the
%dopar%
function is called and no parallel backend has
been registered.
1 |
doParallel::registerDoParallel
1 2 | # specify that %dopar% should run sequentially
registerDoSEQ()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.