R/nav-tabs.R
update_bs_tabset.Rd
Control a tabset from the server
update_bs_tabset(id, selected, session = shiny::getDefaultReactiveDomain())
Tabset id (namespaced automatically inside modules).
Value of the panel to show.
The Shiny session.
Invisibly NULL, called for its side effect.
NULL
if (FALSE) { # \dontrun{ update_bs_tabset("tabs", selected = "profile") } # }