Return metadata for a label (a label, company, recording studio, location, or other entity involved with artists and releases) listed on Discogs.

discogs_label(label_id, access_token = discogs_api_token())

Arguments

label_id

The ID of the Label.

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_label(label_id = 314)
# }