getOptionsFileName function

Get and Set File Name for Saving and Loading of Options

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)

Arguments

  • option.object: options class object used for storing package options
  • name: new name for default file name

Returns

getOptionsFileName: the default file name

Author(s)

Alex Couture-Beil, Vancouver Island University, Nanaimo BC

See Also

loadOptions, saveOptions

See PBSoptions-class for more details and an example using PBSmodelling's option management functions.