R/dca_buttons.R
arrowButton.Rd
Arrow button
arrowButton(id, direction = "left", ...)
The input id to read value from.
The direction of arrow button.
List of tag attributes.
if (interactive()) { arrowButton("awesome-id", direction = "left") }