powered by
Make.summary graph of projects based on files in dependency directory
Make.summary.graph(dependency.dir = NULL, dependency.object = NULL, plot.graph = FALSE)
Dependency directory
Dependency.data
Logical to plot graph or not
Only take dependency directory XOR dependency.data
# NOT RUN { trees <- Harvest.trees(pull_source_info("adaprHome")$dependency.dir) dag<-Make.summary.graph(dependency.obj=trees) plot(dag) # }
Run the code above in your browser using DataLab