Skip to contents

A function that iteratively calls the Spotify API #' to get information on all the artists present in a list of tracks.

Usage

get_all_artists(saved_tracks)

Arguments

saved_tracks

A dataframe containing metadata of the user's saved tracks.

Value

A list containing metadata of all the artists.