Rspotify (version 0.1.2)

getArtist: 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 spotifyOAuth.

Value

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

Examples

Run this code
# NOT RUN {


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

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab