faviconDuckDuckGo {faviconPlease} | R Documentation |
Use DuckDuckGo's favicon service
Description
The search engine DuckDuckGo includes site favicons in its search results, and it makes this service publicly available. If it can't find a favicon, it returns a default fallback. faviconPlease uses this as a fallback function if the favicon can't be found directly via the standard methods.
Usage
faviconDuckDuckGo(server)
Arguments
server |
The name of the server, e.g. "www.r-project.org" |
Value
Character vector
References
See Also
Examples
faviconDuckDuckGo("reactome.org")
[Package faviconPlease version 0.1.3 Index]