powered by
Create a panel with tabs.
tab_items(..., selected = 1)tabItems(..., selected = 1)
tabItems(..., selected = 1)
Tabs.
Which tab should be active on start.
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