getProjectInfo: Acquire all dependencies related to a project, Generate graph...

Description Usage Arguments Value Examples

View source: R/get_project_info.R

Description

Acquire all dependencies related to a project, Generate graph of project dependencies, Get all file information related to project

Usage

1
getProjectInfo(dependency.dir)

Arguments

dependency.dir

is the string location of dependency files

Value

list with stacked dependency files, graph of dependencies, and condensed file information

Examples

1
2
3
4
5
## Not run: 
projInfo <- getProjectInfo(pullSourceInfo("adaprHome")$dependency.dir)
plot(projInfo$graph) 

## End(Not run) 

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