Description Usage Arguments Value
Add a simple tab in the body.
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)
|
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) |
HTML code snippet to add a simple tabItem to main body with 3 boxes: * An introduction box * A description box * A plot box
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.