Description Usage Arguments Value
Builds a cluster of working nodes using the parallel
package. On Unix-like operating systems it builds as "FORK" cluster while
on Windows it builds a "SOCKET" cluster. The number of working nodes equals
the number of available (logical) cores as it is detected by the call of
detectCores()
function. On Windows, it also exports a list of
variables and an environment passed as arguments. This is an internal
function of the package, and it is not available to be direclty called by
users.
1 | buildCluster(varlist, env)
|
varlist |
A list of variables to be exported to every working node. |
env |
An environment to be exported to every working node. |
A cluster object used to distribute the computations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.