spotify_52_shuffled | R Documentation |
This dataset contains a sample of 52 tracks from Spotify, focusing on two genres: deep-house and metal. It includes metadata about the tracks, the artists, and a shuffled indicator of whether each track is considered popular.
spotify_52_shuffled
A data frame with 52 rows and 6 columns:
character
. Spotify ID for the track. See: https://developer.spotify.com/documentation/web-api/
character
. Genre of the track, either "deep-house" or "metal".
character
. Names of the artists associated with the track.
character
. Name of the track.
numeric
. Popularity score of the track (0-100). See: https://developer.spotify.com/documentation/web-api/reference/#/operations/get-track
character
. A shuffled version of the column of the same name in the spotify_52_original
data frame.
https://developer.spotify.com/documentation/web-api/
data(spotify_52_shuffled)
head(spotify_52_shuffled)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.