checkConfigFile {clinDataReview} | R Documentation |
Check a configuration file (in _YAML_ format) based on a requirement file in JSON Schema format.
checkConfigFile(configFile, configSpecFile, configDir = "./config")
configFile |
path to the config file |
configSpecFile |
String with path to the file containing requirements in JSON Schema format. |
configDir |
String with directory with config files,
by default a 'config' folder in |
No returned value, an error message is printed in the console if the configuration file doesn't comply to the specified specifications.
Laure Cougnaud