Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

registerDoSEQ

registerDoSEQ


Description

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.

Usage

registerDoSEQ()

See Also

Examples

# specify that %dopar% should run sequentially
registerDoSEQ()

foreach

Provides Foreach Looping Construct

v1.5.1
Apache License (== 2.0)
Authors
Michelle Wallig [cre], Microsoft [aut, cph], Steve Weston [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.