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"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.