Description Usage Arguments Details Value Examples
Lower level function that synchronizes project by running necessary R scripts. Loads from source_info list.
1 | sourceSyncSI(source_info, run = TRUE, plot.to.file = FALSE)
|
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 |
Not usually direct use. See syncProject() and syncTestProject().
Data.frame with sources needed to synchronize with run times
1 2 3 4 5 | ## Not run:
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
sourceSyncSI(source_info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.