Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

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

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

Run the code above in your browser using DataLab