actionButtonDE: Buttons including Action Buttons and Event Buttons

View source: R/funcs.R

actionButtonDER Documentation

Buttons including Action Buttons and Event Buttons

Description

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

Usage

actionButtonDE(
  inputId,
  label,
  styleclass = "",
  size = "",
  block = FALSE,
  icon = NULL,
  css.class = "",
  ...
)

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.

styleclass

The Bootstrap styling class of the button–options are primary, info, success, warning, danger, inverse, link or blank

size

The size of the button–options are large, small, mini

block

Whehter the button should fill the block

icon

Display an icon for the button

css.class

Any additional CSS class one wishes to add to the action button

...

Other argument to feed into shiny::actionButton

Examples

    actionButtonDE("goDE", "Go to DE Analysis")


UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.