getGUIoptions {PBSmodelling} | R Documentation |
Get PBS Options for Widgets
Description
Get the PBS options declared for GUI usage and set their corresponding widget values.
Usage
getGUIoptions()
Details
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.
Author(s)
Anisa Egeli, Vancouver Island University, Nanaimo BC
See Also
declareGUIoptions
, setGUIoptions
,
promptWriteOptions
, readPBSoptions
Examples
## Not run:
local(envir=.PBSmodEnv,expr={
getPBSoptions() #loads from default PBSoptions.txt
})
## End(Not run)
[Package PBSmodelling version 2.69.3 Index]