tab_items {semantic.dashboard} | R Documentation |
Create a panel with tabs.
Description
Create a panel with tabs.
Usage
tab_items(...)
tabItems(...)
Arguments
... |
Tabs. |
Value
A panel with tabs that can be passed to dashboardBody
Functions
-
tabItems
: Create a panel with tabs (alias fortab_items
for compatibility withshinydashboard
)
Examples
tabItems(
tabItem(tabName = "tab1", "Tab 1"),
tabItem(tabName = "tab2", "Tab 2"))
[Package semantic.dashboard version 0.2.1 Index]