spotify_playlists {billboard}R Documentation

Overview of Spotify Playlists used in data collection

Description

A data set contaning 56 playlists from Spotify that were used to get the songs for the feature extraction of Billboard Hot 100 songs from 1960 to 2015 that you find in spotify_track_data.

Usage

spotify_playlists

Format

A data frame with 56 rows and 4 variables:

year

year

spotify_uri

the uri of the playlist

spotify_user

the user id extracted from the uri

spotify_playlist

the playlist id extracted from the uri

Details

I was not possible to find playlists that had all 100 songs for all the years.

Source

http://www.spotify.com/

Examples

if (require("dplyr")) {

  data(spotify_playlists)

  spotify_playlists %>% glimpse()

}

[Package billboard version 0.1.0 Index]