getOptionsFileName {PBSmodelling} | R Documentation |
Get and Set File Name for Saving and Loading of Options
Description
Functions for retrieving and setting the default file name used by loadOptions
and saveOptions
.
Usage
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 |
Value
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.
[Package PBSmodelling version 2.69.3 Index]