powered by
Create a panel with tabs.
tab_items(...)tabItems(...)
tabItems(...)
Tabs.
A panel with tabs that can be passed to dashboardBody
dashboardBody
tabItems: Create a panel with tabs (alias for tab_items for compatibility with shinydashboard)
tabItems
tab_items
shinydashboard
# NOT RUN { tabItems( tabItem(tabName = "tab1", "Tab 1"), tabItem(tabName = "tab2", "Tab 2")) # }
Run the code above in your browser using DataLab