Learn R Programming

svKomodo (version 1.0.0)

koRefresh: Refresh Komodo interface (active object lists and R 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

koRefresh(force = FALSE)

koAutoRefresh(...)

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.

See Also

koCmd()