Learn R Programming

golem (version 0.0.1.5000)

use_favicon: Add a favicon to your shinyapp

Description

Add a favicon to your shinyapp

Usage

use_favicon(path, pkg = ".")

Arguments

path

Path to your favicon file (.ico or .png)

pkg

Path to the root of the package. Default is `"."`

Examples

Run this code
# NOT RUN {
use_favicon()
use_favicon(path='path/to/your/favicon.ico')
# }

Run the code above in your browser using DataLab