get_similar_songs_algorithm: Get Similar Songs Algorithm

Description Usage Arguments Value Author(s) Examples

View source: R/get_similar_songs_algorithm.R

Description

This function finds the most similar songs based on related artists.

Usage

1
2
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

1
2
3
4
## Not run: 
get_similar_songs_algorithm('Leiva', 'Nuclear')

## End(Not run)

DSpoty documentation built on March 26, 2020, 7:13 p.m.