tabEntry: Create a tab panel item

View source: R/misc.R

tabEntryR 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.")
  )
)
}


card.pro documentation built on April 3, 2025, 10:31 p.m.