guiRefresh {svGUI} | R Documentation |
These function manage to refresh the list of active objects in Komodo and also the data displayed in the Komodo R object browser. They should not be called directly by the end-user.
guiRefresh(force = FALSE) guiAutoRefresh(...)
force |
Do we force refresh, even if data have not changed? |
... |
Any argument (ignored, but useful for addTaskCallback() ) |
Both functions return TRUE
on success.
Philippe Grosjean (phgrosjean@sciviews.org)