accordionItem | R Documentation |
Accordion item to place within accordion()
.
accordionItem(
label,
...,
.id = NULL,
.expanded = FALSE,
.label_tag = shiny::h2
)
label |
Label of the item. |
... |
Elements to place in the body of the item. |
.id |
Id of item. |
.expanded |
Whether the element is initially expanded. |
.label_tag |
Tag to use for the label. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.