powered by
This function finds the most similar songs based on related artists.
get_similar_songs_algorithm(artist_name, artist_track, access_token = DSpoty::get_spotify_access_token())
String of artist name
String of artst track
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token()
Returns a data frame with the tracks information
# NOT RUN { get_similar_songs_algorithm('Leiva', 'Nuclear') # }
Run the code above in your browser using DataLab