guiCmd(command, ...)
guiImport(...)
guiExport(...)
guiLoad(...)
guiReport(...)
guiSave(...)
guiSetwd(...)
guiSource(...)NULL if the command cannot
be run (i.e., .guiCmd() is not defined in SciViews:TempEnv).
.guiCmd() in the SciViews:TempEnv
environment that will take first argument as the name of the command to
execute (like source, save, import, etc), and ... with
arguments to the command to send. Depending on your GUI, you should have code
that delegates the GUI elements (ex: display a dialog asking for a .Rdata file
to source) and then, execute the command in R with the selected file as
attribute.
assignTemp