Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

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

Value

list with synchronizing information

Details

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

Examples

Run this code
# NOT RUN {
 si <- pullSourceInfo("adaprHome")
projInfo <- getProjectInfo(si$dependency.dir)
syncTest(projInfo$graph,projInfo$tree)
# }

Run the code above in your browser using DataLab