guiRefresh {svGUI}R Documentation

Refresh GUI (Komodo) elements, like active object lists and object browser

Description

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.

Usage

guiRefresh(force = FALSE)
guiAutoRefresh(...)

Arguments

force Do we force refresh, even if data have not changed?
... Any argument (ignored, but useful for addTaskCallback())

Value

Both functions return TRUE on success.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

koCmd


[Package svGUI version 0.9-46 Index]