gh_repos {repurrrsive} | R Documentation |
Info on GitHub repos, retrieved from the GitHub API.
gh_repos
A unnamed list with 6 components, each itself a list of 30 repos for a specific GitHub user. Each repo's component is a list of length >60, containing information such as name, owner (a list), fork status, and creation date.
https://developer.github.com/v3/repos/#list-user-repositories
Other GitHub data and functions: gh_users_json
,
gh_users
gh_repos
str(lapply(gh_repos[[1]][1:3], `[`, c("full_name", "created_at")))