gh_users {repurrrsive} | R Documentation |
GitHub users
Description
Info on GitHub users, retrieved from the GitHub API.
Usage
gh_users
Format
A unnamed list with 6 components, each representing a GitHub user. Each user's component is a list of length 30, containing information such as username, GitHub id, and join date.
Source
https://developer.github.com/v3/users/#get-a-single-user
See Also
Other GitHub data and functions:
gh_repos
,
gh_users_json()
Examples
str(gh_users, max.level = 1)
str(gh_users[[1]])
str(lapply(gh_users, `[`, c("login", "name")))
[Package repurrrsive version 1.1.0 Index]