#' Dashboard Header
#'
#' Controls elements of the dashboard header.
#'
#' @export
#' @importFrom bs4Dash dashboardHeader dashboardBrand
dashboard_header <- function() {
dashboardHeader(
title = dashboardBrand(
title = "SkyBox",
color = "purple",
href = "https://github.com/jasoncareyco95/R-SkyBox",
image = NULL
),
leftUi = NULL,
rightUi = NULL,
controlbarIcon = shiny::icon("ellipsis-v")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.