PBSmodelling (version 2.68.8)

getGUIoptions: Get PBS Options for Widgets

Description

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

Usage

getGUIoptions()

Arguments

Author

Anisa Egeli, Vancouver Island University, Nanaimo BC

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.

See Also

declareGUIoptions, setGUIoptions, promptWriteOptions, readPBSoptions

Examples

Run this code
if (FALSE) {
local(envir=.PBSmodEnv,expr={
  getPBSoptions() #loads from default PBSoptions.txt
})
}

Run the code above in your browser using DataLab