R.utils (version 1.6.4)

promptAndSave.Settings: Prompt user to save modified settings

Description

Prompt user to save modified settings.

Usage

## S3 method for class 'Settings}(this, saveOption="saveSettings", settingsName=NULL, ...)':
promptAndSaveundefined

 saveOption{A character string of the option used to set
      if user is prompted or not.}
   ...{Arguments passed to saveAnywhere().}

 Returns TRUE if settings were successfully written to file,
   otherwise FALSE is returned. An exception may also be thrown.

 
If settings has been modified since loaded, the user is by default prompted to save the settings (if Rruns interactively). To save or not save without asking or when Rruns non-interactively, set option "saveSettings" to "yes" or "no", respectively. For prompting the user, use "prompt".
[object Object] *isModified(). interactive(). For more information see Settings. internal methods programming

Arguments