Learn R Programming

adapr (version 2.0.0)

syncTestSI: Tests the synchrony of files in dependency tree

Description

Tests the synchrony of files in dependency tree

Usage

syncTestSI(source_info, plotl0 = FALSE)

Arguments

source_info

source_info containing project information

plotl0

Logical indicated whether to plot the updated files

Value

list or logical indicated whether project is synchronized or not

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

Run the code above in your browser using DataLab