search_google | R Documentation |
The search_google
function searches Google using:
https://www.google.com/search?q=<query>
search_google(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_duckduckgo()
,
search_ecosia()
,
search_kagi()
,
search_qwant()
,
search_rseek()
,
search_startpage()
# Search Google
search_google("r-project")
## Not run:
# On error, automatically search the message on google
options(error = searcher("google"))
options(error = search_google)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.