update_button | R Documentation |
Change button.
update_button(
id,
label = NULL,
value = NULL,
disable = NULL,
session = default_reactive_domain()
)
update_link(
id,
label = NULL,
value = NULL,
disable = NULL,
session = default_reactive_domain()
)
value |
A number specifying a new value for the button, defaults to
|
disable |
A boolean or
|
session |
A reactive context, defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.