View source: R/mk-run-button.R
mk_run_button | R Documentation |
Create a pretty run-button that triggers some calculation when clicked. Run-buttons are often used in 'observeEvent()'.
mk_run_button(id, label = "Run")
id |
String. The input slot that will be used to access the value. |
label |
String. Text (default = 'Run') to be shown on the run button. |
A list of HTML elements that can be added to a UI definition.
inst/examples/ex-run-button.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.