getPlaylists {Rspotify} | R Documentation |
Get the playlists of a specific user
Description
function to get Info about the playlists of a specific user the user_id
Usage
getPlaylists(user_id, offset = 0, token)
Arguments
user_id |
user id |
offset |
The index of the first playlist to return. Default: 0 (the first object). Maximum offset: 100.000. |
token |
An OAuth token created with |
Value
get playlist from a specific user using a username
[Package Rspotify version 0.1.2 Index]