Learn R Programming

adapr (version 1.0.2)

source.sync.si: Synchronize project by running necessary R scripts

Description

Synchronize project by running necessary R scripts

Usage

source.sync.si(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 sync.project() and synctest.project().

Examples

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

Run the code above in your browser using DataLab