Validate the structure of a project configuration object
Source:R/validate_project.R
validate_project.RdValidate the structure of a project configuration object
Usage
validate_project(scfg = list(), quiet = FALSE, correct_problems = FALSE)Arguments
- scfg
a project configuration object as produced by
load_projectorsetup_project- quiet
if TRUE, suppress messages about validation failures
- correct_problems
if TRUE, prompt user to correct validation failures. In this case, an amended scfg object will be returned. If FALSE,
validate_projectwill simply returnTRUE/FALSEto indicate whether the project is valid.