github_info {circle} | R Documentation |
Github information
Description
Retrieves metadata about a Git repository from GitHub.
github_info()
returns a list as obtained from the GET "/repos/:repo" API.
Usage
github_info(path = ".", remote = "origin", .token = NULL)
Arguments
path |
|
remote |
|
.token |
|
Value
Object of class gh_response
(list type) with information about the
queried repository.
[Package circle version 0.7.2 Index]