Description Usage Arguments Details Value Examples
Experimental (use with caution) parallel syncrhonization of project. Takes advantage of directed acyclic graph structure to run R script processes in parallel.
1 | parallelSync(project.id = getProject(), n.cores = 2)
|
project.id |
Project to synchronize. |
n.cores |
Number of cores to use. Should be >1, but less than number of logical CPUs. |
Experimental. See also monitorParallelSync(), syncProject() and syncTestProject(). Uses Results/tree_controller.R directory to pass work/completion data between nodes.
data.frame with success/failure status.
1 2 3 4 | ## Not run:
parallelsyncProject("adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.