powered by
This function returns the popularity and audio features for every song for all of a given user's playlists on Spotify
get_user_audio_features(username, access_token = get_spotify_access_token())
String of Spotify username. Can be found on the Spotify app. (See http://rcharlie.net/sentify/user_uri.gif for example)
Spotify Web API token. Defaults to spotifyr::get_spotify_access_token()
# NOT RUN { obama_track_features <- get_user_audio_features('barackobama') # }
Run the code above in your browser using DataLab