inst/shiny/shiny_bayesbr/scr/header.R

makeHeader <- function(logo, site, img, img_caption) {
  dashboardHeader(tags$li(a(href = site,
                            img(src = img,
                                title = img_caption,
                                height = "70px"
                               ),
                            style = "padding-top:5px; padding-right:5px; padding-bottom:0px;"
                            ),
                          class = "dropdown",
                          style = 'height:80px !important;'
                         )
                  )
}

Try the bayesbr package in your browser

Any scripts or data that you put into this service are public.

bayesbr documentation built on July 17, 2021, 1:07 a.m.