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()) {
card.pro(
  title = "Sample tabs",
  tabs = list(
    tabEntry("Summary", "Convallis aesus."),
    tabEntry("Summary", "nextGenShinyApps.")
  )
)
}


[Package card.pro version 2.3.0 Index]