Favicon in Shiny

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=”https://stackoverflow.com/questions/30096187/URL-to-favicon”))

Joe Cheng

Leave a Comment