Skip to contents

Creates a new, empty playlist for the user on Spotify.

Usage

create_rec_playlist(
  playlist_name,
  authorization = get_spotify_authorization_code()
)

Arguments

playlist_name

The name of the new playlist.

authorization

The authorization token or code for the user's account.

Value

A list containing the url and playlist id for the new playlist.