Learn R Programming

semantic.dashboard (version 0.1.5)

tab_item: Create a tab.

Description

Create a tab panel with additional UI elements.

Usage

tab_item(tabName, ...)

tabItem(tabName, ...)

Arguments

tabName

Id of the tab.

...

UI elements to include within the tab.

Value

A tab that can be passed to dashboardBody

Functions

  • tabItem: Create a tab (alias for tab_item for compatibility with shinydashboard)

Examples

Run this code
# NOT RUN {
tabItem(tabName = "tab1", "Tab 1")
# }

Run the code above in your browser using DataLab