View source: R/shinyExtInput.R
Creates an action button whose value is initially zero, and increments by one each time it is pressed.
1 | actionButton(inputId, label)
|
inputId |
Specifies the input slot that will be used to access the value. |
label |
The contents of the button–usually a text label, but you could also use any other HTML, like an image. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.