Learn R Programming

adapr (version 2.0.0)

idSync: Returns the source files needed to repair synchrony

Description

Returns the source files needed to repair synchrony

Usage

idSync(file.info, dag.to.sync)

Arguments

file.info

Project file information

dag.to.sync

Directed Acyclic graph in need of synchronization

Value

data.frame with sources that need to be run, rows in run order

Examples

Run this code
# NOT RUN {
projInfo <- getProjectInfo(pullSourceInfo("adaprHome")$dependency.dir)
trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir)
file.info <-condenseFileInfo(trees)
idSync(file.info,projInfo$graph) 
# }

Run the code above in your browser using DataLab