Skip to contents

Returns a specified number of recommended songs from Spotify.

Usage

get_new_songs(seed_type, seeds, num_songs = 10)

Arguments

seed_type

Either 'artists' or 'genres'. Default is 'artists'.

seeds

A vector of artist or track ID's.

num_songs

The number of recommended songs to return. Must be between 1 and 100 (inclusive).

Value

A vector of track uri's for identifying specific tracks.