Get and Set File Name for Saving and Loading of Options
Functions for retrieving and setting the default file name used by loadOptions
and saveOptions
.
getOptionsFileName(option.object) setOptionsFileName(option.object, name)
option.object
: options class object used for storing package optionsname
: new name for default file namegetOptionsFileName
: the default file name
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
loadOptions
, saveOptions
See PBSoptions-class
for more details and an example using PBSmodelling
's option management functions.