getGUIoptions function

Get PBS Options for Widgets

Get PBS Options for Widgets

Get the PBS options declared for GUI usage and set their corresponding widget values.

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)