Learn R Programming

adapr (version 1.0.1)

Sync.test.pi: Tests the synchrony of files in dependency tree

Description

Tests the synchrony of files in dependency tree

Usage

Sync.test.pi(project_info, plotl0 = FALSE)

Arguments

project_info
Project information from get_project_info function
plotl0
Logical indicated whether to plot the updated files

Value

list or logical indicated whether project is synchronized or not

Details

Not for direct use. See sync.project() and synctest.project().

Examples

Run this code
## Not run: 
# si <- pull_source_info("adaprHome")
# projInfo  <- get.project.info(si$dependency.dir)
# Sync.test.pi(projInfo)
# ## End(Not run) 


Run the code above in your browser using DataLab