Skip to contents

Create a tab panel item that is enclosed by a list

Usage

tabEntry(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()) {
tabEntry("Summary", "Convallis aesus.")
tabEntry("Summary", "nextGenShinyApps.")
}