parallel {Parallel} R Documentation

run parallel of R# expression

Description

Usage

parallel(task,
    n.threads = -1,
    debug = NULL,
    ignoreError = NULL,
    verbose = NULL,
    ... = NULL);

Arguments

task

[as Expression]

...argvSet.....

there are some additional parameter in this object list that can be config: 1. debug: set true for open debug mode 2. master: set the tcp port of the master node 3. bootstrap: set the bootstrap tcp port of the slave node 4. slaveDebug: set this option to pause will make the master node pause when run a new salve node for run debug 5. log_tmp: set the temp directory for log the getsymbol request data payloads due to the reason of some short parameter name may conflict with the symbol name in script code, so make a such long name in weird and strange string pattern to avoid such bug. [as list]

env

[as Environment]

Details

Authors

snowFall

Value

this function returns data object of type any kind.

clr value class

Examples


[Package Parallel version 1.0.0.0 Index]