bsCollapse | R Documentation |
bsCollapse
is used in your UI to create a collapse panel group. Use
bsCollapsePanel
to populate this object with panels.
bsCollapse(..., id = NULL, multiple = FALSE, open = NULL)
id |
Optional You can use |
multiple |
Can more than one panel be open at a time? Defaults to |
open |
The |
... |
|
See Collapses for more information about how to use bsCollapse
with the
rest of the Collapses family.
Run bsExample("Collapses")
for an example
of bsCollapse
functionality.
Other Collapses: Collapses
;
bsCollapsePanel
;
updateCollapse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.