searchArtist: Search for an specific Artist function to get basic info...

Usage Arguments Examples

View source: R/searchArtist.R

Usage

1
searchArtist(artistName, token)

Arguments

artistName

Name of the artist

token

An OAuth token created with spotifyOAuth.

Examples

1
2
3
4
5
6
7
8
## Not run: 
## Example
## my_oauth <- spotifyOAuth(app_id="xxxx",client_id="yyyy",client_secret="zzzz")
## save(my_oauth, file="my_oauth")
## load("my_oauth")
## foofighters <- searchArtist("Foo+fighters",token=my_oauth)

## End(Not run)

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