update_ui_element | R Documentation |
Determines the type of the element and updates its value using shiny's update functions.
update_ui_element(session, code_name, value = NULL, clear_value = FALSE, ...)
session |
Current shiny session |
code_name |
The code name of the UI element to update |
value |
An atomic vector holding the desired value of the UI element. If NULL, the value of the element is not altered. |
clear_value |
If set to TRUE, the value of the element is cleared (and any value supplied to value is ignored) |
... |
Additional arguments (such as label) to pass to Shiny's update- functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.