| parallelGetOptions {parallelMap} | R Documentation |
Retrieve the configured package options.
Description
Returned are current and default settings, both as lists.
The return value has slots elements settings and defaults,
which are both lists of the same structure, named by option names.
A printer exists to display this object.
For details on the configuration procedure please read
parallelStart() and https://github.com/mlr-org/parallelMap.
Usage
parallelGetOptions()
Value
ParallelMapOptions. See above.
[Package parallelMap version 1.5.1 Index]