Sanity checks. Checks the settings file to make sure expected fields exist.
It will try to use default values for any missing values,
or stop the exection if no defaults are possible.
Usage
check.settings(settings, force = FALSE)
Arguments
- settings
settings file
- force
Logical: Rerun check even if these settings have been checked previously?
Value
will return the updated settings values with defaults set.
Details
Expected fields in settings file are:
Author
Rob Kooper, David LeBauer