powered by
This function searches Spotify's library for artists by name
get_artists(artist_name, access_token = get_spotify_access_token())
String of artist name
Spotify Web API token. Defaults to spotifyr::get_spotify_access_token()
# NOT RUN { get_artists('radiohead') # }
Run the code above in your browser using DataLab