tabEntry {card.pro} | R Documentation |
Create a tab panel item
Description
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.")
}
[Package card.pro version 2.1.0 Index]