get_track_recommendations_artist: Get Recommendations for an Artist

Description Usage Arguments Value

Description

Get Recommendations for an Artist

Usage

1
2
3
4
5
6
7
8
get_track_recommendations_artist(
  spotify_artist_id,
  user_playlist_info,
  target_nationality = "sk",
  target_release = NULL,
  n_rec = 5,
  authorization = NULL
)

Arguments

spotify_artist_id

Artist's Unique ID on Spotify

target_nationality

Defaults to "sk". The nationality id of the recommendation candidate artists, if necessary.

target_release

Defaults to NULL. The country of origin of the recommendation candidate tracks, if necessary.

n_rec

Number of required recommendations. (Maximum value, may not be fulfilled.)

authorization

Defaults to NULL when get_spotify_access_token is invoked.

Value

A tibble of recommendations.


antaldaniel/spotify-recommendations documentation built on April 6, 2021, 6 a.m.