search_ecosia | R Documentation |
The search_ecosia()
function searches
Ecosia using: https://www.ecosia.org/search?q=<query>
search_ecosia(query = geterrmessage(), rlang = TRUE)
query |
Contents of string to search. Default is the error message. |
rlang |
Search for results written in R. Default is |
For additional details regarding Ecosia's search interface please see: https://support.ecosia.org/article/657-installing-ecosia-on-your-desktop-device
The generated search URL or an empty string.
Other search engines:
search_bing()
,
search_brave()
,
search_duckduckgo()
,
search_google()
,
search_kagi()
,
search_qwant()
,
search_rseek()
,
search_startpage()
# Search Ecosia
search_ecosia("climate change R analysis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.