loadOptions {PBSmodelling}R Documentation

save and load options to and from disk

Description

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.

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 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.

Details

if fname is given (or selected when prompt=TRUE, then that file becomes the default filename for subsequent loading and saving.

See Also

see option for an example of using PBSmodelling's option managment functions


[Package PBSmodelling version 2.55.175 Index]