Learn R Programming

adapr (version 2.0.0)

sourceSyncSI: Lower level function that synchronizes project by running necessary R scripts. Loads from source_info list.

Description

Lower level function that synchronizes project by running necessary R scripts. Loads from source_info list.

Usage

sourceSyncSI(source_info, run = TRUE, plot.to.file = FALSE)

Arguments

source_info

Project information within source_info list

run

logical indicated whether to run or just identify asynchrony

plot.to.file

logical for writing file in tree_controller.R directory

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")
sourceSyncSI(source_info)
# }

Run the code above in your browser using DataLab