powered by
Helper function for spotifyr::get_user_playlists()
get_user_playlist_count(username, access_token = get_spotify_access_token(), echo = F)
String of Spotify username. Can be found within the Spotify App
Spotify Web API token. Defaults to spotifyr::get_spotify_access_token()
Boolean for whether or not to print number of playlists for the given username. Defaults to FALSE
FALSE
# NOT RUN { obama_playlist_count <- get_user_playlist_count('barackobama') # }
Run the code above in your browser using DataLab