syncTestSI: Tests the synchrony of files in dependency tree

Description Usage Arguments Details Value Examples

View source: R/sync_test_si.R

Description

Tests the synchrony of files in dependency tree

Usage

1
syncTestSI(source_info, plotl0 = FALSE)

Arguments

source_info

source_info containing project information

plotl0

Logical indicated whether to plot the updated files

Details

Not usually direct use. See syncProject() and syncTestProject().

Value

list or logical indicated whether project is synchronized or not

Examples

1
2
3
4
5
## Not run: 
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
syncTestSI(source_info)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.