Control an accordion from the server
Usage
update_bs_accordion(
id,
open = NULL,
close = NULL,
session = shiny::getDefaultReactiveDomain()
)Examples
if (interactive()) {
update_bs_accordion("acc", open = "two")
update_bs_accordion("acc", close = TRUE)
}