doPar {doParabar}R Documentation

⁠%dopar%⁠ Implementation For parabar Backends

Description

See the documentation of foreach::foreach-ext for more information on how to provide an implementation for the foreach::%dopar% operator.

Usage

doPar(obj, expr, envir, data)

Details

Currently, the following foreach::foreach arguments are supported:

Argument Status
... supported
.combine supported
.init supported
.final supported
.inorder supported
.multicombine supported
.maxcombine supported
.errorhandling supported
.packages supported
.export supported
.noexport supported
.verbose supported

Value

A list containing the results of the parallel computation.


[Package doParabar version 1.0.2 Index]