ui.remove_nav_panel
Remove a nav item from a navigation container.
Parameters
id : str
-
The
id
of the relevant navigation container (i.e.,navset_*()
object). target : str
-
The
value
of an existingshiny.ui.nav_panel
item to remove. session : Optional[Session] = None
-
A
Session
instance. If not provided, it is inferred viaget_current_session
.
Note
See insert_nav_panel
for an example.