Update a box2 tag.
1 2 3 4 5 6 | updateBox2(
id,
action = c("toggle", "update"),
options = NULL,
session = getDefaultReactiveDomain()
)
|
id |
If passed, the item will behave like an action button. |
action |
Action to trigger: either collapse, remove, restore or update. |
options |
If action is update, a list of new options to configure the box, such as
|
session |
Shiny session object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.