syncTestPI: Lower level function that tests the synchrony of files in...

Description Usage Arguments Details Value Examples

View source: R/Sync_test_pi.R

Description

Lower level function that tests the synchrony of files in dependency tree given project information.

Usage

1
syncTestPI(project_info, plotl0 = FALSE)

Arguments

project_info

Project information from get_project_info function

plotl0

Logical indicated whether to plot the updated files

Details

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

Value

list or logical indicated whether project is synchronized or not

Examples

1
2
3
4
5
6
## Not run: 
si <- pullSourceInfo("adaprHome")
projInfo  <- getProjectInfo(si$dependency.dir)
syncTestPI(projInfo)

## End(Not run) 

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