#' App Header
#'
#' @description
#' Shiny App Dashboard's Header Function
#'
#' @rdname shiny-ui
#'
#' @param title App title to be placed in the header, above the sidebar.
#' @inheritDotParams shinydashboardPlus::dashboardHeader
#'
#' @return a [shinydashboard::dashboardHeader()]
#'
#' @export
#'
#' @importFrom shinydashboardPlus dashboardHeader
app_header <- function(title = "Loss Development",
...) {
shinydashboardPlus::dashboardHeader(
title = title,
...
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.