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