getArtist {Rspotify} | R Documentation |
Function to get Spotify catalog information for a single artist identified by their unique Spotify ID.
getArtist(artist_id, token)
artist_id |
The Spotify ID of the artist. |
token |
An OAuth token created with |
Get Spotify catalog information for a single artist identified by its unique Spotify ID.
## Not run:
foofighters<-getArtist("7jy3rLJdDQY21OgRLCZ9sD",token)
## End(Not run)