pb_list | R Documentation |
List all assets attached to a release
pb_list(repo = guess_repo(), tag = NULL, .token = gh::gh_token())
repo |
Repository name in format "owner/repo". Defaults to |
tag |
which release tag(s) do we want information for? If |
.token |
GitHub authentication token, see |
a data.frame of release asset names, release tag, timestamp, owner, and repo.
pb_releases
for a list of all releases in repository
## Not run:
pb_list("cboettig/piggyback-tests")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.