loadOptionsGUI: Load and Save Options Values to and from a GUI

View source: R/option_manager.r

loadOptionsGUIR Documentation

Load and Save Options Values to and from a GUI

Description

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.

Usage

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.


PBSmodelling documentation built on Nov. 9, 2023, 5:07 p.m.