I wanted to add a favicon to my WebApp
I'm using this line, but it doesn't work:
HTML("<link rel=\"icon\" type=\"image/png\" href=\"image.png\" />")
inside the ui.R script and outside the shinyUI()
function. Also I have the image.png where the server.R and ui.R are. (I've also tried putting it inside the folder /www )
Do you know how to do it? Thanks