discogs_artist_releases: Get metadata for a Discogs artist's releases

Description Usage Arguments Value Examples

View source: R/artist.R

Description

Return tidy metadata for an artist's (a person who contributed to a Release, in some capacity) releases listed on Discogs.

Usage

1
discogs_artist_releases(artist_id, access_token = discogs_api_token())

Arguments

artist_id

The ID of the artist.

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_artist_releases(artist_id = 36314)

## End(Not run)

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