update_dock_view | R Documentation |
This does not rerender the widget, just update options like global theme.
update_dock_view(dock_id, options, session = getDefaultReactiveDomain())
dock_id |
The id of the dock view widget to update. |
options |
List of options for the dock_view instance. |
session |
Shiny session object. |
This function is called for its side effect. It sends a message to JavaScript through the current websocket connection, leveraging the shiny session object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.