How to add a company Logo to ShinyDashboard header (Not mainPanel or mainHeader)

前端 未结 2 1005
独厮守ぢ
独厮守ぢ 2020-12-16 06:54

I tried to refer to below answers but the logo is locate inside the main panel but not the header panel... Any solution?

  • Adding a company Logo to ShinyDashboar
2条回答
  •  自闭症患者
    2020-12-16 07:24

    dashboardBody( 
        tags$img(align="right",src="http://www.pagesolutions.co.uk/wp-content/uploads/2016/03/Finalised-logo.png",height="50px"),
        tags$strong("PAGE SOLUTIONS",style="color:#0a90d3"),tags$p("CLASSIFICATION MODELING",style="color:black"),
        tags$p("Customer Classification"),
        ...
    )
    

提交回复
热议问题