powered by
This function returns a dataframe of playlists for a given Spotify username
get_user_playlists(username, access_token = get_spotify_access_token())
String of Spotify username. Can be found within the Spotify App
Spotify Web API token. Defaults to spotifyr::get_spotify_access_token()
# NOT RUN { get_user_playlists('barackobama') # }
Run the code above in your browser using DataLab