discogs_mkt_price_suggest: Get price suggestions for a Discogs release

Description Usage Arguments Value Examples

View source: R/marketplace.R

Description

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

Usage

1
discogs_mkt_price_suggest(release_id, access_token = discogs_api_token())

Arguments

release_id

The ID of the Release.

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

## End(Not run)

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