Learn R Programming

adapr (version 2.0.0)

sourceSyncSILoad: Synchronize project by IDENTIFYING necessary R scripts

Description

Synchronize project by IDENTIFYING necessary R scripts

Usage

sourceSyncSILoad(source_info)

Arguments

source_info

Project information within source_info list

Value

Data.frame with sources needed to synchronize with run times

Details

Not usually direct use. See syncProject() and syncTestProject().

Examples

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

Run the code above in your browser using DataLab