Learn R Programming

adapr (version 1.0.2)

parallelSync.project: Uses DOSNOW package for parallel syncrhonization of project. Takes advantage of directed acyclic graph structure to run R script processes in parallel.

Description

Uses DOSNOW package for parallel syncrhonization of project. Takes advantage of directed acyclic graph structure to run R script processes in parallel.

Usage

parallelSync.project(project.id = get.project(), n.cores = 2)

Arguments

project.id

Project to synchronize.

n.cores

Number of cores to use. Should be >1, but less than number of logical CPUs.

Value

data.frame with success/failure status.

Details

Experimental. See also monitorParallelSync.project(), sync.project() and synctest.project(). Uses Results/tree_controller.R directory to pass work/completion data between nodes.

Examples

Run this code
# NOT RUN {
parallelsync.project("adaprHome")
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab