search_github | R Documentation |
The search_github()
and search_gh()
functions both search
GitHub using:
https://github.com/search?q=<query>+language\%3Ar+type\%3Aissue&type=Issues
search_github(query = geterrmessage(), rlang = TRUE)
search_gh(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 GitHub's search interface please see: https://docs.github.com/en/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github and https://docs.github.com/en/search-github/searching-on-github/searching-code/
The generated search URL or an empty string.
Other code repositories:
search_bitbucket()
,
search_grep()
# Search GitHub Issues for bivariate normal in the language:r
search_github("bivariate normal")
# Search all languages on GitHub Issues for bivariate normal
search_github("bivariate normal", rlang = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.