getArtistinfo: Get Spotify catalog information for a single artist

Description Usage Arguments Value Examples

View source: R/getArtistinfo.R

Description

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

Usage

1
getArtistinfo(id, token)

Arguments

id

The Spotify ID for the artist.

token

An OAuth token created with spotifyOAuth.

Value

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

Examples

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


foofighters<-getArtist("7jy3rLJdDQY21OgRLCZ9sD")


## End(Not run)

tiagomendesdantas/Rspotify documentation built on July 15, 2019, 3:25 p.m.