setPBSoptions {PBSmodelling} | R Documentation |
Options set by the user for use by other functions.
setPBSoptions(option, value, sublist=FALSE)
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 . |
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
).
getPBSoptions
, writePBSoptions
,
readPBSoptions