Description Usage Arguments Value Examples
Returns the source files needed to repair synchrony
1 |
file.info |
Project file information |
dag.to.sync |
Directed Acyclic graph in need of synchronization |
data.frame with sources that need to be run, rows in run order
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.