repurrrsive (version 1.0.0)

gh_repos: GitHub repos

Description

Info on GitHub repos, retrieved from the GitHub API.

Usage

gh_repos

Arguments

Format

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.

See Also

Other GitHub data and functions: gh_users_json, gh_users

Examples

Run this code
gh_repos
str(lapply(gh_repos[[1]][1:3], `[`, c("full_name", "created_at")))

Run the code above in your browser using DataLab