get_similar_songs_algorithm {DSpoty} | R Documentation |
Get Similar Songs Algorithm
Description
This function finds the most similar songs based on related artists.
Usage
get_similar_songs_algorithm(artist_name, artist_track,
access_token = DSpoty::get_spotify_access_token())
Arguments
artist_name |
String of artist name |
artist_track |
String of artst track |
access_token |
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token() |
Value
Returns a data frame with the tracks information
Author(s)
Alberto AlmuiƱa
Examples
## Not run:
get_similar_songs_algorithm('Leiva', 'Nuclear')
## End(Not run)
[Package DSpoty version 0.1.0 Index]