Description Usage Arguments Details Examples
A widget to browse the objects in the current global environment
1 2 3 | gvarbrowser(handler = NULL,
action = "summary", container = NULL, ...,
toolkit = guiToolkit())
|
handler |
Handler for double click. Default is to call value of
|
action |
Passed to handler. |
container |
Optional container to attach widget to |
... |
ignored |
toolkit |
Which GUI toolkit to use |
In gWidgetsRGtk2 there is an idle handler that updates the top-level components. However, changes are made below this, they will not be updated automatically. Rather, the user must close and expand that level.
The handler is called on the widget that provides the display, and not the gvarbrowser widget. If you want that in the handler, be sure to pass it in via the action argument.
svalue returns a character string containing the selected variable.
1 2 3 4 | ## Not run:
gvarbrowser(container=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.