multiActionButton: Multi action button
Description
Multi action button for usage in a Shiny UI.
Usage
multiActionButton(
  rotate = TRUE,
  bg = NULL,
  fg = NULL,
  icon = NULL,
  direction = "right",
  subButtons
)
Arguments
rotate
logical, whether to rotate the icon upon clicking the main
button
bg
background color of the button
direction
the opening direction, "top", "right",
"bottom", or "left"
Value
A shiny.tag object to be included in a Shiny UI.
Examples
Run this code# NOT RUN {
if(interactive()){
  shinyMUIdemo()
}
# }
Run the code above in your browser using DataLab