Description Usage Arguments Details Value Examples
Lower level function that tests the synchrony of files in dependency tree given project information.
1 | syncTestPI(project_info, plotl0 = FALSE)
|
project_info |
Project information from get_project_info function |
plotl0 |
Logical indicated whether to plot the updated files |
Not for direct use. See syncProject() and syncTestProject().
list or logical indicated whether project is synchronized or not
1 2 3 4 5 6 | ## Not run:
si <- pullSourceInfo("adaprHome")
projInfo <- getProjectInfo(si$dependency.dir)
syncTestPI(projInfo)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.