Learn R Programming

RMassBank (version 2.0.0)

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!

Value

The updated set of settings.

Examples

Run this code
## Not run: 
# w@settings <- updateSettings(w@settings)
# ## End(Not run)

Run the code above in your browser using DataLab