searchArtist: Search for a specific artist

Description Usage Arguments Examples

Description

function to get basic info about a searched artist

Usage

1
searchArtist(artist_name, token)

Arguments

artist_name

Name of the artist

token

An OAuth token created with spotifyOAuth.

Examples

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

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)

Rspotify documentation built on May 2, 2019, 2:41 a.m.