discogs_label_releases: Get metadata for a Discogs label's releases

Description Usage Arguments Value Examples

View source: R/label.R

Description

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

Usage

1
discogs_label_releases(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

1
2
3
4
## Not run: 
discogs_label_releases(label_id = 314)

## End(Not run)

ewenme/discogr documentation built on Jan. 11, 2022, 6:32 p.m.