arrowButton: Arrow button

View source: R/dca_buttons.R

arrowButtonR Documentation

Arrow button

Description

Arrow button

Usage

arrowButton(id, direction = "left", ...)

Arguments

id

The input id to read value from.

direction

The direction of arrow button.

...

List of tag attributes.

Examples

if (interactive()) {
  arrowButton("awesome-id", direction = "left")
}

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