Learn R Programming

adapr (version 2.0.0)

getProjectInfoSI: Given source_info object, retrieves project information

Description

Given source_info object, retrieves project information

Usage

getProjectInfoSI(source_info)

Arguments

source_info

is list with source information

Value

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

Examples

Run this code
# NOT RUN {
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
getProjectInfoSI(source_info)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab