tabPanel: Create a tab panel item

View source: R/tabs.R

tabPanelR 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.")
}


nextGenShinyApps documentation built on Nov. 12, 2023, 5:06 p.m.