Learn R Programming

adapr (version 1.0.1)

source_sync_si_load: Synchronize project by IDENTIFYING necessary R scripts

Description

Synchronize project by IDENTIFYING necessary R scripts

Usage

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

Examples

Run this code
## Not run: 
# source_info <- create_source_file_dir("adaprHome","tree_controller.R")
# source_sync_si_load(source_info)
# ## End(Not run) 

Run the code above in your browser using DataLab