AddSimpleTab: Add a simple tab in the body.

Description Usage Arguments Value

Description

Add a simple tab in the body.

Usage

1
2
3
4
AddSimpleTab(tabId, inputBox = FALSE, plotBox = TRUE, mainTitle,
  introText, descTitle = "Description", descList, descBoxWidth = 7,
  plotTitle = "Plot", plotList, plotBoxWidth = 5,
  inputTitle = "Inputs", inputList = NULL, inputBoxWidth = 3)

Arguments

tabId

A unique id to identify the tab.

inputBox

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

plotBox

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

mainTitle

The header of the tab.

introText

The introduction of the tab.

descTitle

The title of the description box. (optional)

descList

The description of the plot.

descBoxWidth

The width of the description box. (optional)

plotTitle

The title of the plot box. (optional)

plotList

The plot of the tab.

plotBoxWidth

The width of the plot box. (optional)

inputTitle

The title of input box. (optional)

inputList

The inputs of the plot. (optional)

inputBoxWidth

The width of the input box. (optional)

Value

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


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