R/ui_header.R

Defines functions ui_header

ui_header = function() {
  shinydashboard::dashboardHeader(
    title = "CEMRepBoot",
    tags$li(
      tags$a(
        tags$img(
          src = "www/Indec.png",
          height = "40px",
          title = "INDEC",
          height = "30px"
        ),
          target="_blank",
          rel="noopener noreferrer",
          style = "padding-top:10px; padding-bottom:10px;",
          href = "https://www.indec.gob.ar/indec/web/Institucional-Indec-BasesDeDatos",
      ),
      class = "dropdown"
    ),
    titleWidth = "240px"
  )
}
tomicapretto/cemrepboot documentation built on Dec. 31, 2020, 8:43 a.m.