loadOptions {PBSmodelling} | R Documentation |
Save and Load Options to and from Disk
Description
Save and load options for use from one R session to another. If no file name is given, then the default file name (specified when the option object was created) is used.
Usage
loadOptions(option.object, fname, prompt = FALSE)
saveOptions(option.object, fname, prompt = FALSE)
Arguments
option.object |
options class object used for storing package options |
fname |
file name to use: if missing the default file name is used; if given, file name becomes the default. |
prompt |
logical: if |
Details
If fname
is given (or selected when prompt=TRUE
),
then that file becomes the default file name for subsequent loading and saving.
See Also
See PBSoptions-class
for more details and
an example using PBSmodelling's option management functions.
[Package PBSmodelling version 2.69.3 Index]