syncTest: Lower level function that checks the synchrony of source...

Description Usage Arguments Details Value Examples

View source: R/sync_test_New.R

Description

Lower level function that checks the synchrony of source files and their created objects

Usage

1
syncTest(dagger, tree, plotl = FALSE)

Arguments

dagger

a directed acyclic igraph representing dependencies

tree

dependency tree corresponding to dagger

plotl

logical for plotting or not

Details

Not for direct use. See syncProject() and syncTestProject().

Value

list with synchronizing information

Examples

1
2
3
4
5
6
## Not run: 
 si <- pullSourceInfo("adaprHome")
projInfo <- getProjectInfo(si$dependency.dir)
syncTest(projInfo$graph,projInfo$tree)

## End(Not run) 

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