Learn R Programming

RnBeads (version 1.4.0)

parallel.setup: parallel.setup

Description

Sets up parallel processing. Requires the foreach and doParallel packages

Usage

"parallel"(...)

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.

Examples

Run this code

parallel.setup(2)
parallel.teardown()

Run the code above in your browser using DataLab