Learn R Programming

adapr (version 1.0.2)

get.project.info.si: Given source_info object, retrieves project information

Description

Given source_info object, retrieves project information

Usage

get.project.info.si(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")
get.project.info.si(source_info)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab