setup_parallel_backend | R Documentation |
Attempts to create a parallel cluster, first trying the efficient FORK method (on Unix-like systems), then falling back to PSOCK, and finally returning NULL if all attempts fail.
setup_parallel_backend(num_cores = NULL, verbose = FALSE)
num_cores |
The number of cores to use. If NULL, it's determined automatically. |
verbose |
If TRUE, prints messages about the setup process. |
A cluster object cl
on success, or NULL
on failure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.