Return tidy metadata for an artist's (a person who contributed to a Release, in some capacity) releases listed on Discogs.
discogs_artist_releases(artist_id, access_token = discogs_api_token())
artist_id | The ID of the artist. |
---|---|
access_token | Discogs personal access token, defaults to |
a discogs_database
object that contains the extracted content from the request,
the original JSON response object and the request path.
# NOT RUN { discogs_artist_releases(artist_id = 36314) # }