tabPanel {nextGenShinyApps}R Documentation

Create a tab panel item

Description

Create a tab panel item that is enclosed by a tabsetPanel

Usage

tabPanel(title, ...)

Arguments

title

title of the tab

...

content of the tab

Value

An list containing the title and content of a tab

Examples

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


[Package nextGenShinyApps version 2.0 Index]