search_stackoverflow | R Documentation |
The search_stackoverflow()
and search_so()
functions both search
StackOverflow using:
https://stackoverflow.com/search?q=\%5Br\%5D+<query>
search_stackoverflow(query = geterrmessage(), rlang = TRUE)
search_so(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 StackOverflow's search interface please see:
https://stackoverflow.com/help/searching
The generated search URL or an empty string.
Other community sites:
search_bluesky()
,
search_mastodon()
,
search_posit_community()
,
search_twitter()
# Search StackOverflow for Convolutions in the r tag
search_stackoverflow("convolutions")
# Search all languages on StackOverflow for convolutions
search_stackoverflow("convolutions", rlang = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.