github_allrepos | R Documentation |
Get GitHub metrics on a user or organization's repositories.
github_allrepos(userorg = NA, type = "org", return_ = "names", per_page = 100)
userorg |
User or organization GitHub name. |
type |
One of user or org (defaults to org) |
repo |
Repository name. |
per_page |
(optional) Number of results to return |
Vector of names or repos for organization or user.
## Not run: github_auth() options(useragent='ropensci') github_allrepos(userorg = 'ropensci') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.