loadOptionsGUI function

Load and Save Options Values to and from a GUI

Load and Save Options Values to and from a GUI

These functions are used to move option values to and from a GUI. Option values are stored within an R object (as referenced by the option.object).

loadOptionsGUI copies the values from the R object to the GUI.

saveOptionsGUI copies the GUI values from the tcltk GUI to the R object.

loadOptionsGUI(option.object) saveOptionsGUI(option.object)

Arguments

  • option.object: options class object used for storing package options

See Also

See PBSoptions-class for more details and an example using PBSmodelling's option management functions.