loadOptions {PBSmodelling} | R Documentation |
Save and load options for use between subsequent R sessions. If no filename is given, then the default filename (specified when the option object was created) is used.
loadOptions(option.object, fname, prompt = FALSE) saveOptions(option.object, fname, prompt = FALSE)
option.object |
options class object used for storing package options |
fname |
filename to use - if missing the default filename is used - if given, filename becomes the default |
prompt |
if true, prompt the user to select a file from an interactive GUI. If fname is given, then the value appears as the default selected file. |
if fname is given (or selected when prompt=TRUE
, then that file becomes the default filename for subsequent loading and saving.
see option
for an example of using PBSmodelling's option managment functions