I wanted to add a favicon to my WebApp
I\'m using this line, but it doesn\'t work:
HTML(\"
If you're using a local runapp, then putting one in /www/favicon.ico should work, I believe. You could also insert this somewhere in your UI: tags$head(tags$link(rel="shortcut icon", href="URL-to-favicon"))
If you're using a local runapp, then putting one in /www/favicon.ico should work, I believe.
You could also insert this somewhere in your UI:
tags$head(tags$link(rel="shortcut icon", href="URL-to-favicon"))
Joe Cheng