View source: R/faviconPlease.R
faviconIco | R Documentation |
Check for the existence of favicon.ico
faviconIco( scheme, server, path, method = getOption("download.file.method", default = "auto"), extra = getOption("download.file.extra"), headers = NULL )
scheme |
"http" or "https" |
server |
The name of the server, e.g. "www.r-project.org" |
path |
The path to a target file on the server (must start with a forward slash) |
method |
Method to be used for downloading files. Current
download methods are The method can also be set through the option
|
extra |
character vector of additional command-line arguments for
the |
headers |
named character vector of HTTP headers to use in HTTP
requests. It is ignored for non-HTTP URLs. The |
URL to favicon.ico
or ""
.
faviconPlease
,
faviconLink
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.