R/dca_buttons.R
shinyButton.Rd
Shiny button
shinyButton(id, label, ...)
The input id to read value from.
The display label of the button.
List of tag attributes.
if (interactive()) { shinyButton("awesome-id", "button") }