Description Usage Arguments Value
List repositories of a organization or a user
1 2 | list_repos(org, user, fields = c("id", "full_name", "private",
"html_url", "language", "size", "fork"))
|
org, user |
Character scalar. Name of the organization or user from which to pull the information. |
fields |
List of fields to return. An available list of return parameters is available here: https://developer.github.com/v3/repos/#response |
An object of class data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.