gh_releases | R Documentation |
Get a list of GitHub releases using gh::gh()
.
gh_releases(repo, owner, .limit = Inf)
repo |
the name of the repository. |
owner |
the account owner of the repository. |
.limit |
Number of records to return. This can be used
instead of manual pagination. By default it is |
Returns gh_releases()$time
in UTC, set to created_at
for drafts, and published_at
for all
others.
data.frame containing releases from the repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.