View source: R/shiny-actionbutton-styled.R
updateActionButtonStyled | R Documentation |
Update styled action button
updateActionButtonStyled(
session,
inputId,
label = NULL,
icon = NULL,
type = NULL,
disabled = NULL,
...
)
session , inputId , label , icon |
passed to |
type |
button type to update |
disabled |
whether to disable the button |
... |
ignored |
none
actionButtonStyled
for how to define the button.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.