Learn R Programming

adapr (version 1.0.2)

sync.test.si: Tests the synchrony of files in dependency tree

Description

Tests the synchrony of files in dependency tree

Usage

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

Examples

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

Run the code above in your browser using DataLab