Description Usage Arguments See Also Examples
The gui object contains and manages GUI-related data.
| 1 2 3 4 5 6 7 | 
| gui | A  | 
| x | An object or a function for  | 
| ... | Further arguments (not used yet). | 
| 1 2 3 4 5 6 7 8 9 10 11 12 | # Create a GUI
gui_add("myGUI")
is.gui(myGUI)
myGUI
# Put an object in the GUI environment (fake button)
myGUI$button <- "my_button"
# Retrieve it
myGUI$button
# Get the curent status of the GUI
myGUI$status
# Eliminate this GUI and all its objects
gui_remove("myGUI")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.