AddMultiTab: Add multiple tabs in the body.

Description Usage Arguments Value

Description

Add multiple tabs in the body.

Usage

1
2
3
AddMultiTab(tabId, plotBox = TRUE, mainTitle, introText, headList,
  descList, plotList, descTitle = "Description", plotTitle = "Plot",
  descBoxWidth = 7, plotBoxWidth = 5)

Arguments

tabId

A unique id to identify the tab.

plotBox

The check if plot box should be added. (optional)

mainTitle

The header of the tab.

introText

The introduction of the tab.

headList

The list of headings of the dimensions.

descList

The list of descriptions of the plots.

plotList

The list of plots of the tab.

descTitle

The title of the description box. (optional)

plotTitle

The title of the plot box. (optional)

descBoxWidth

The width of the description box. (optional)

plotBoxWidth

The width of the plot box. (optional)

Value

HTML code snippet to add a multiple tabItem to main body with 3 boxes: * An introduction box * A description box with multiple tabs * A plot box with multiple tabs


urwa/shinyscaffold documentation built on May 25, 2019, 8:28 p.m.