upload_playlist: Upload Playlist

Description Usage Arguments Value

Description

Upload the recommended playlist to the user's Spotify profile.

Usage

1
2
3
4
5
6
7
upload_playlist(
  user_id = NULL,
  playlist_name = "test_listen_local_playlist",
  playlist_description = "A test playlist of the Listen Local App",
  track_uris = NULL,
  authorization = NULL
)

Arguments

user_id

A single Spotify playlist id

playlist_name

Name for a new playlist

playlist_description

New description for the playlist

track_uris

The track uris of the new playlist.

authorization

Defaults to NULL when get_spotify_access_token is invoked.

Value

Does not return anything.


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