discogs_release: Get metadata for a Discogs release

Description Usage Arguments Value Examples

View source: R/release.R

Description

Return metadata for a release (a particular physical or digital object released by one or more artists) listed on Discogs.

Usage

1
2
3
discogs_release(release_id, mkt_currency = c("GBP", "USD", "EUR", "CAD",
  "AUD", "JPY", "CHF", "MXN", "BRL", "NZD", "SEK", "ZAR"),
  access_token = discogs_api_token())

Arguments

release_id

The ID of the Release.

mkt_currency

Currency for marketplace data. Defaults to GBP (must be one of: "GBP", "USD", "EUR", "CAD", "AUD", "JPY", "CHF", "MXN", "BRL", "NZD", "SEK", "ZAR").

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_release(release_id = 240007)

## End(Not run)

ewenme/discogger documentation built on Jan. 11, 2022, 2:11 p.m.