spotify_playlists: Overview of Spotify Playlists used in data collection

Description Usage Format Details Source Examples

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

1

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

1
2
3
4
5
6
7
if (require("dplyr")) {

  data(spotify_playlists)

  spotify_playlists %>% glimpse()

}

mikkelkrogsholm/billboard documentation built on May 14, 2019, 8:59 a.m.