setPBSoptions {PBSmodelling}R Documentation

Set A User Option

Description

Options set by the user for use by other functions.

Usage

setPBSoptions(option, value, sublist=FALSE)

Arguments

option name of the option to set.
value new value to assign this option.
sublist if value is a sublist (list component) of option, this list component can be changed individually using sublist=TRUE.

Note

A value .PBSmod$.options$.optionsChanged is set to TRUE when an option is changed, so that the user doesn't always have to be prompted to save the options file.
By default, .PBSmod$.options$.optionsChanged is not set or NULL.
Also, if an option is set to "" or NULL then it is removed.
.initPBSoptions() is now called first (options starting with a dot "." do not set .optionsChanged).

See Also

getPBSoptions, writePBSoptions, readPBSoptions


[Package PBSmodelling version 2.06 Index]