shiny (version 0.8.0)

actionButton: Action button

Description

Creates an action button whose value is initially zero, and increments by one each time it is pressed.

Usage

actionButton(inputId, label)

Arguments

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.

See Also

Other input.elements: checkboxGroupInput, checkboxInput, dateInput, dateRangeInput, fileInput, numericInput, radioButtons, selectInput, sliderInput, submitButton, textInput