shinyButton: Shiny button

View source: R/dca_buttons.R

shinyButtonR Documentation

Shiny button

Description

Shiny button

Usage

shinyButton(id, label, ...)

Arguments

id

The input id to read value from.

label

The display label of the button.

...

List of tag attributes.

Examples

if (interactive()) {
  shinyButton("awesome-id", "button")
}

Sage-Bionetworks/dcamodules documentation built on Jan. 26, 2023, 1:15 a.m.