Description Usage Arguments Value Author(s) Examples
View source: R/get_similar_songs_algorithm.R
This function finds the most similar songs based on related artists.
1 2 | get_similar_songs_algorithm(artist_name, artist_track,
access_token = DSpoty::get_spotify_access_token())
|
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() |
Returns a data frame with the tracks information
Alberto Almuiña
1 2 3 4 | ## Not run:
get_similar_songs_algorithm('Leiva', 'Nuclear')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.