inst/application/header.R

#' Shiny app server object
#'
#' @importFrom shinydashboard dashboardHeader
#'
#' @author Sebastian Malkusch, \email{malkusch@@med.uni-frankfurt.de}
#'
#' @export
#'

# create the shiny application user interface header.

header <- shinydashboard::dashboardHeader(
  title = "PGU IMP"
)
SMLMS/pguIMP documentation built on Oct. 1, 2021, 12:01 a.m.