Description Usage Arguments Details Examples
Get releases by artist
1 2 3 4 5 | get_artist_releases(
artist_id,
options = list(),
token = NA
)
|
artist_id |
Integer value representing a valid artist ID |
options |
(optional) Parameters, see Details |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
This function supports Pagination parameters. Below is a list of available fields.
sort: string, sort items by these fields: year, title, format
sort_order: string, sort items in a particular order; example: "asc"
1 2 3 4 | # Retrieve the release statistics
releases <- get_artist_releases(1)
releases <- get_artist_releases(1, options=list("sort" = "year"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.