getArtist: Get Spotify catalog information for a single artist

Description Usage Arguments Value Examples

Description

Function to get Spotify catalog information for a single artist identified by their unique Spotify ID.

Usage

1
getArtist(artist_id, token)

Arguments

artist_id

The Spotify ID of the artist.

token

An OAuth token created with spotifyOAuth.

Value

Get Spotify catalog information for a single artist identified by its unique Spotify ID.

Examples

1
2
3
4
5
6
7
8
## Not run: 



foofighters<-getArtist("7jy3rLJdDQY21OgRLCZ9sD",token)


## End(Not run)

Rspotify documentation built on May 2, 2019, 2:41 a.m.

Related to getArtist in Rspotify...