Retrieve Widget Values for Use in R Code
Get a list of variables defined and set by the GUI widgets. An optional
argument scope
directs the function to create local or global
variables based on the list that is returned.
getWinVal(v=NULL, scope="", asvector=FALSE, winName="")
v |
vector of variable names to retrieve from the GUI widgets.
If |
scope |
scope of the retrieval. The default sets no variables
in the non-GUI environment; |
asvector |
return a vector instead of a list. WARNING: if a widget variable defines a true vector or matrix, this will not work. |
winName |
window from which to select GUI widget values. The default takes the window that has most recently received new user input. |
TODO: talk about scope=G/P/L and side effects of overwriting existing variables
A list (or vector) with named components, where names and values are defined by GUI widgets.
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.