guiEval {svDialogs} | R Documentation |
This function is usually called by a flexible dialog box to execute R code that was build with it.
guiEval(code, ident = "GUI ")
code |
A string wuth some R code |
ident |
Do we identify this execution (change the prompt) |
The result of the evaluated R code
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...