subButton | R Documentation |
Creates a sub-button for usage in
multiActionButton
.
subButton( id, bg = NULL, fg = NULL, icon = NULL, tooltip = NULL, onclick = NULL )
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 |
A shiny.tag
object for usage in
multiActionButton
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.