PBSmodelling (version 2.67.266)

getGUIoptions: Get PBS Options for Widgets

Description

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

Usage

getGUIoptions()

Arguments

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
## Not run: 
# local(envir=.PBSmodEnv,expr={
#   getPBSoptions() #loads from default PBSoptions.txt
# })
# ## End(Not run)

Run the code above in your browser using DataLab