pb_releases | R Documentation |
This function retrieves information about all releases attached to a given repository.
pb_releases(
repo = guess_repo(),
.token = gh::gh_token(),
verbose = getOption("piggyback.verbose", default = TRUE)
)
repo |
GitHub repository specification in the form of |
.token |
a GitHub API token, defaults to |
verbose |
defaults to TRUE, use FALSE to silence messages |
a dataframe of all releases available within a repository.
try({ # wrapped in try block to prevent CRAN errors
pb_releases("nflverse/nflverse-data")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.