powered by
This function adds the favicon from ico to your shiny app.
ico
use_favicon(path, pkg = ".")remove_favicon(path = "inst/app/www/favicon.ico")favicon(ico = "www/favicon.ico", rel = "shortcut icon")
remove_favicon(path = "inst/app/www/favicon.ico")
favicon(ico = "www/favicon.ico", rel = "shortcut icon")
Path to your favicon file (.ico or .png)
Path to the root of the package. Default is "."
"."
path to favicon file
rel
# NOT RUN { if (interactive()){ use_favicon() use_favicon(path='path/to/your/favicon.ico') } # }
Run the code above in your browser using DataLab