Learn R Programming

card.pro (version 2.3.0)

tabEntry: Create a tab panel item

Description

Create a tab panel item that is enclosed by a list

Usage

tabEntry(title, ...)

Value

An list containing the title and content of a tab

Arguments

title

title of the tab

...

content of the tab

Examples

Run this code
if (interactive()) {
card.pro(
  title = "Sample tabs",
  tabs = list(
    tabEntry("Summary", "Convallis aesus."),
    tabEntry("Summary", "nextGenShinyApps.")
  )
)
}

Run the code above in your browser using DataLab