updateSettings: Update settings to current version
Description
Checks if all necessary fields are present in the current settings
and fills in default values from the RmbDefaultSettings
if required.
Usage
updateSettings(settings, warn = TRUE)
Arguments
settings
The set of settings to check and update.
warn
Whether to update parameters quietly (FALSE) or to notify the user
of the changed parameters (TRUE, default.) This serves to make the user aware that
standard parameters are filled in!