Description Usage Arguments Value Examples
Function to get Spotify catalog information for a single artist identified by their unique Spotify ID.
1 | 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.
1 2 3 4 5 6 7 8 | ## Not run:
foofighters<-getArtist("7jy3rLJdDQY21OgRLCZ9sD",token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.