| search_kagi | R Documentation |
The search_kagi() function searches
Kagi using: https://kagi.com/search?q=<query>
search_kagi(query = geterrmessage(), rlang = TRUE)
query |
Contents of string to search. Default is the error message. |
rlang |
Search for results written in R. Default is |
This is a paid search engine, and you will need to sign up for an account to use it.
The generated search URL or an empty string.
Other search engines:
search_bing(),
search_brave(),
search_duckduckgo(),
search_ecosia(),
search_google(),
search_qwant(),
search_rseek(),
search_startpage()
# Search Kagi
search_kagi("advanced R programming")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.