searchPlaylist: 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 spotifyOAuth
.