| search_duckduckgo | R Documentation |
The search_duckduckgo() and search_ddg() functions both search
DuckDuckGo using: https://duckduckgo.com/?q=<query>
search_duckduckgo(query = geterrmessage(), rlang = TRUE)
search_ddg(query = geterrmessage(), rlang = TRUE)
query |
Contents of string to search. Default is the error message. |
rlang |
Search for results written in R. Default is |
The generated search URL or an empty string.
Other search engines:
search_bing(),
search_brave(),
search_ecosia(),
search_google(),
search_kagi(),
search_qwant(),
search_rseek(),
search_startpage()
# Search DuckDuckGo
search_duckduckgo("R language")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.