#' Dashboard Controlbar
#'
#' Controls elements of the dashboard right sidebar (control bar).
#' @export
#' @importFrom bs4Dash dashboardControlbar
dashboard_controlbar <- function() {
dashboardControlbar(
id = "right_sidebar"
## Any UI elements for modules should go here
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.