tabPanel | R Documentation |
Create a tab panel item that is enclosed by a tabsetPanel
tabPanel(title, ...)
title |
title of the tab |
... |
content of the tab |
An list containing the title and content of a tab
if (interactive()) {
tabPanel("Summary", "Convallis aesus.")
tabPanel("Summary", "nextGenShinyAppss.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.