Description Usage Arguments Value Functions Examples
Create a menu item corresponding to a tab.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
text |
Text to show for the menu item. |
... |
This may consist of menuSubItems. |
icon |
Icon of the menu item. (Optional) |
tabName |
Id of the tab. Not compatible with href. |
href |
A link address. Not compatible with tabName. |
newtab |
If href is supplied, should the link open in a new browser tab? |
selected |
If TRUE, this menuItem will start selected. |
A menu item that can be passed sidebarMenu
menuItem
: Create a menu item (alias for manu_item
for compatibility with shinydashboard
)
menuSubItem
: Create a menu item (alias for manu_item
for compatibility with shinydashboard
)
1 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.