Description Usage Arguments Value Examples
Acquire all dependencies related to a project, Generate graph of project dependencies, Get all file information related to project
1 | getProjectInfo(dependency.dir)
|
dependency.dir |
is the string location of dependency files |
list with stacked dependency files, graph of dependencies, and condensed file information
1 2 3 4 5 | ## Not run:
projInfo <- getProjectInfo(pullSourceInfo("adaprHome")$dependency.dir)
plot(projInfo$graph)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.