spotifyr
spotifyr copied to clipboard
An R wrapper for Spotify's API
Results
3
spotifyr issues
Sort by
recently updated
recently updated
newest added
The search_spotify function will currently return matches for artist/album names on occasion before track names when using the type = 'track' parameter. For example, ```{r} search_spotify('Post', type = 'track') ```...
Please, check out my fork [https://github.com/TuSKan/spotifyr/blob/master/R/playlists.R](https://github.com/TuSKan/spotifyr/blob/master/R/playlists.R)