| update_ds_tabs | R Documentation |
Change the selected tab from the server.
update_ds_tabs(
session = shiny::getDefaultReactiveDomain(),
inputId,
selected = NULL
)
session |
The Shiny session object |
inputId |
The input ID of the tabs component |
selected |
The value of the tab to select |
Called for its side effect. Returns NULL invisibly.
## Not run:
update_ds_tabs(session, "my_tabs", selected = "overview")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.