searchPlaylist {Rspotify} | R Documentation |
Search for playlists
Description
function to search for playlists given a name
Usage
searchPlaylist(playlistName, offset = 0, token = token)
Arguments
playlistName |
Name of the playlist being searched for |
offset |
The index of the first Playlist to return. Default: 0 (the first object). Maximum offset: 100.000. |
token |
An OAuth token created with |
[Package Rspotify version 0.1.2 Index]