idSync: Returns the source files needed to repair synchrony

Description Usage Arguments Value Examples

Description

Returns the source files needed to repair synchrony

Usage

1
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

1
2
3
4
5
6
7
## Not run: 
projInfo <- getProjectInfo(pullSourceInfo("adaprHome")$dependency.dir)
trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir)
file.info <-condenseFileInfo(trees)
idSync(file.info,projInfo$graph) 

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.