Hi,
I have been able to display an image in a shiny application with the code below with the image in a www folder:
headerPanel(
list(tags$head(tags$style()),
HTML('<img src="image.png", height="100px",width="20px style="float:left"/>'))),
Please does anybody know how to add a hyperlink to this code, to enable a user to click the image and hyperlink it to another site? Thanks in advance.