getGUIoptions {PBSmodelling} | R Documentation |
Get the PBS options declared for GUI usage and set their corresponding widget values.
getGUIoptions()
The options declared using declareGUIoptions
are
copied from the R environment into widget values. These widgets
should have names that match the names of their corresponding options.
Anisa Egeli, Vancouver Island University, Nanaimo BC
declareGUIoptions
, setGUIoptions
,
promptWriteOptions
, readPBSoptions
## Not run: local(envir=.PBSmodEnv,expr={ getPBSoptions() #loads from default PBSoptions.txt }) ## End(Not run)