powered by
Create a tab panel with additional UI elements.
tab_item(tabName, ...)tabItem(tabName, ...)
tabItem(tabName, ...)
Id of the tab.
UI elements to include within the tab.
A tab that can be passed to dashboardBody
dashboardBody
tabItem: Create a tab (alias for tab_item for compatibility with shinydashboard)
tabItem
tab_item
shinydashboard
# NOT RUN { tabItem(tabName = "tab1", "Tab 1") # }
Run the code above in your browser using DataLab