Learn R Programming

nextGenShinyApps (version 2.1)

tabPanel: Create a tab panel item

Description

Create a tab panel item that is enclosed by a tabsetPanel

Usage

tabPanel(title, ...)

Value

An list containing the title and content of a tab

Arguments

title

title of the tab

...

content of the tab

Examples

Run this code
if (interactive()) {
tabPanel("Summary", "Convallis aesus.")
tabPanel("Summary", "nextGenShinyAppss.")
}

Run the code above in your browser using DataLab