tabEntry | 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()) {
card.pro(
title = "Sample tabs",
tabs = list(
tabEntry("Summary", "Convallis aesus."),
tabEntry("Summary", "nextGenShinyApps.")
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.