Description Usage Arguments Value See Also Examples
Create a button control to enable triggering of conditional actions within manipulate expressions. When the user presses the button the manipulate expression will be executed with its associated value set to TRUE (in all other cases the value will be set to FALSE).
1 | button(label)
|
label |
Label for button. |
An object of class "manipulator.button" which can be passed to the manipulate
function.
manipulate
, slider
, picker
, checkbox
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.