Learn R Programming

RnBeads (version 1.4.0)

parallel.isEnabled: parallel.isEnabled

Description

Checks if whether parallel processing is enabled.

Usage

"parallel"()

Arguments

Value

TRUE if multicore processing is enabled, FALSE otherwise.

Examples

Run this code

parallel.isEnabled()
parallel.setup(2)
parallel.isEnabled()
parallel.teardown()
parallel.isEnabled()

Run the code above in your browser using DataLab