Description Usage Arguments Value
Add multiple tabs in the body.
1 2 3 | AddMultiTab(tabId, plotBox = TRUE, mainTitle, introText, headList,
descList, plotList, descTitle = "Description", plotTitle = "Plot",
descBoxWidth = 7, plotBoxWidth = 5)
|
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) |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.