powered by
This function returns the recommendend songs by Spotify.
get_tracks_recommendations_by_name(artist_name, track_name, limit = 10, access_token = DSpoty::get_spotify_access_token())
Artist Name character.
Track Name character.
Integer indicating the max number of artists to return. Default 10.
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token().
Returns a data frame with the recommended songs information.
# NOT RUN { get_tracks_recommendations_by_name('Arctic Monkeys', 'Do I wanna know?') # }
Run the code above in your browser using DataLab