tabEntry {card.pro} | R Documentation |
Create a tab panel item that is enclosed by a list
tabEntry(title, ...)
title |
title of the tab |
... |
content of the tab |
An list containing the title and content of a tab
if (interactive()) {
tabEntry("Summary", "Convallis aesus.")
tabEntry("Summary", "nextGenShinyApps.")
}