updateCollapse {shinyBS} | R Documentation |
updateCollapse
Description
updateCollapse
is used within the Server logic of your Shiny app to
modify a Collapse after load.
Usage
updateCollapse(session, id, open = NULL, close = NULL, style = NULL)
Arguments
session |
The session object passed to function given to shinyServer. |
id |
The id of the Collapse object you want to change. |
open |
A vector of |
close |
A vector of |
style |
A named list of Bootstrap styles ( |
Details
See Collapses for more information about how to use updateCollapse
with the
rest of the Collapses family.
Note
Run bsExample("Collapses")
for an example
of updateCollapse
functionality.
See Also
Other Collapses: Collapses
;
bsCollapsePanel
; bsCollapse