gh_users: GitHub users

gh_usersR 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")))

jennybc/repurrrsive documentation built on April 19, 2024, 3:27 a.m.