sourceSyncSI: Lower level function that synchronizes project by running...

Description Usage Arguments Details Value Examples

Description

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

Usage

1
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

Details

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

Value

Data.frame with sources needed to synchronize with run times

Examples

1
2
3
4
5
## Not run: 
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
sourceSyncSI(source_info)

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.