Learn R Programming

shinyWidgets (version 0.2.0)

dropdownButton: Dropdown Button

Description

Create a dropdown menu

Usage

dropdownButton(..., circle = TRUE, status = "default", icon = NULL,
  label = NULL, tooltip = FALSE, width = NULL)

Arguments

...

List of tag to be displayed into the dropdown menu.

circle

Logical. Use a circle button

status

Color of the button.

icon

An icon to appear on the button.

label

Label to appear on the button. If circle = TRUE and tooltip = TRUE, label is used in tooltip

tooltip

Put a tooltip on the button

width

Width of the dropdown menu