Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

syncTestPI(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 syncProject() and syncTestProject().

Examples

Run this code
# NOT RUN {
si <- pullSourceInfo("adaprHome")
projInfo  <- getProjectInfo(si$dependency.dir)
syncTestPI(projInfo)
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab