Files
shiny/man/actionButton.Rd
2013-04-18 15:11:13 -05:00

20 lines
451 B
R

\name{actionButton}
\alias{actionButton}
\title{Action button}
\usage{
actionButton(inputId, label)
}
\arguments{
\item{inputId}{Specifies the input slot that will be used
to access the value.}
\item{label}{The contents of the button--usually a text
label, but you could also use any other HTML, like an
image.}
}
\description{
Creates an action button whose value is initially zero,
and increments by one each time it is pressed.
}