subButton {multiActionButton} | R Documentation |
Sub-button
Description
Creates a sub-button for usage in
multiActionButton
.
Usage
subButton(
id,
bg = NULL,
fg = NULL,
icon = NULL,
tooltip = NULL,
onclick = NULL
)
Arguments
id |
button id |
bg |
background color of the button |
fg |
color of the icon |
icon |
icon name |
tooltip |
character string to be shown as tooltip |
onclick |
the |
Value
A shiny.tag
object for usage in
multiActionButton
.
[Package multiActionButton version 1.0.0 Index]