spotifyr (version 1.0.0)

get_artists: Get Artists

Description

This function searches Spotify's library for artists by name

Usage

get_artists(artist_name, access_token = get_spotify_access_token())

Arguments

artist_name

String of artist name

access_token

Spotify Web API token. Defaults to spotifyr::get_spotify_access_token()

Examples

Run this code
# NOT RUN {
get_artists('radiohead')
# }

Run the code above in your browser using DataLab