parallel.setup: parallel.setup

Description Usage Arguments Value Note Author(s) Examples

View source: R/parallelProcessing.R

Description

Sets up parallel processing. Requires the foreach and doParallel packages

Usage

1

Arguments

...

Parameters for registerDoParallel from the doParallel package. This allows, for instance, for specificying the number of workers.

Value

TRUE (invisible) to indicate that parallelization is set up.

Note

Requires the packages foreach and doParallel.

Author(s)

Fabian Mueller

Examples

1
2

RnBeads documentation built on March 3, 2021, 2 a.m.