create_playlist: Create a Playlist Create a playlist for a Spotify user. (The...

Description Usage Arguments References Examples

View source: R/playlists.R

Description

Create a Playlist Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.)

Usage

1

Arguments

user_id

The user's Spotify user ID.

name

Required. The name for the new playlist, for example "Your Coolest Playlist". This name does not need to be unique; a user may have several playlists with the same name.

References

API documentation

Examples

1
2
3
set_tokens()
user_auth()
create_playlist(user_id = 'rweyant', name = 'spotifyr-test')

rweyant/spotifyr documentation built on May 28, 2019, 10:43 a.m.