Learn R Programming

PBSmodelling (version 2.67.266)

getOptionsFileName: 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

See Also

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