Description Usage Arguments Details Examples
Get all releases of a label
1 2 3 4 5 | get_release_stats(
label_id,
options = list(),
token = NA
)
|
options |
(optional) Parameters, see Details |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
release_id |
Integer value representing a valid release ID |
This function supports Pagination parameters. Below is a list of available fields.
page: integer, the page you want to request; example: 1
per_page: integer, the number of items per page; example: 50
1 2 | # Retrieve releases from a label
releases <- get_all_label_releases(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.