geogit_user: Import user information from Github

Description Usage Arguments Details Value Examples

Description

This function retrieves a Github user's public information

Usage

1
geogit_user(github_username, token)

Arguments

github_username

Github user's username on the platform.

token

geogit_token that contains access token information. If not provided, the anonymous user token is used.

Details

All pieces of information provided by the Github API about the user are returned.

Value

A tibble that contains the given user's information.

Examples

1
2
token <- geogit_token()
geogit_user("abelemlih", token)

abelemlih/geogit documentation built on May 25, 2019, 2:24 p.m.