Description Usage Arguments Value See Also Examples
Create a tab panel
1 2 3 4 5 6 7 |
title |
Display title for tab |
... |
UI elements to include within the tab |
value |
The value that should be sent when |
icon |
Optional icon to appear on the tab.
This attribute is only valid when using a |
type |
Change depending what type of tab is wanted. Default is |
A tab that can be passed to navbar_menu
.
1 2 3 4 5 | navbar_menu(
tab_panel("Plot", shiny::plotOutput("plot")),
tab_panel("Summary", shiny::verbatimTextOutput("summary")),
tab_panel("Table", shiny::tableOutput("table"))
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.