Description Usage Arguments Value Examples
Perform a search for Philippines- and COVID-19-related GitHub repositories
1 | search_gh_covidph(query = NULL, per_page = 100, page = NULL)
|
query |
GitHub query. |
per_page |
How many results per page should be returned. Defaults to 100 (maximum) |
page |
Results page to return |
A tibble of search results
1 2 3 4 5 | ## Not run:
search_gh_covidph(query = "covid19+philippines+in:readme in:description in:name",
page = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.