idSync: Returns the source files needed to repair synchrony

Description Usage Arguments Value Examples

View source: R/ID_sync.R

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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.