Return metadata for a master release (a set of similar Releases) listed on Discogs.

discogs_release_master(master_id, access_token = discogs_api_token())

Arguments

master_id

The Master ID of a release

access_token

Discogs personal access token, defaults to discogs_api_token.

Value

a discogs_database object that contains the extracted content from the request, the original JSON response object and the request path.

Examples

# NOT RUN {
discogs_release_master(master_id = 684265)
# }