Learn R Programming

DSpoty (version 0.1.0)

get_similar_songs_algorithm: 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

Examples

Run this code
# NOT RUN {
get_similar_songs_algorithm('Leiva', 'Nuclear')
# }

Run the code above in your browser using DataLab