shinyButton | R Documentation |
Shiny button
shinyButton(id, label, ...)
id |
The input id to read value from. |
label |
The display label of the button. |
... |
List of tag attributes. |
if (interactive()) { shinyButton("awesome-id", "button") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.