Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadOptionsGUI

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

GUI Tools Made Easy: Interact with Models and Explore Data

v2.68.8
GPL (>= 2)
Authors
Jon T. Schnute [aut], Alex Couture-Beil [aut], Rowan Haigh [aut, cre], Nicholas Boers [ctb], Anisa Egeli [ctb], A. R. Kronlund [ctb], Steve Martell [ctb], Norm Olsen [ctb]
Initial release
2019-03-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.