Learn R Programming

future (version 0.12.0)

supportsMulticore: Check whether multicore processing is supported or not

Description

Multicore futures are only supported on systems supporting multicore processing. R supports this on most systems, except on the Microsoft Windows.

Usage

supportsMulticore()

Arguments

Value

  • TRUE if multicore processing is supported, otherwise FALSE.

See Also

To use multicore futures, use plan(multicore).