wiki_hot_100s: Overview of Billboards Hot 100 from 1960 to 2016

Description Usage Format Source Examples

Description

A data set containing 57 years of Billboards Hot 100 songs. The data is scraped from Wikipedia from the urls 'https://en.wikipedia.org/wiki/Billboard_Year-End_Hot_100_singles_of_' and then the year added. Example: https://en.wikipedia.org/wiki/Billboard_Year-End_Hot_100_singles_of_1960. One year has more than a 100 songs due to a tie.

Usage

1

Format

A data frame with 5701 rows and 4 variables:

no

the rank that the song had that year

title

the title of the song

artist

the artist of the song

year

year

Source

http://www.wikipedia.com/

Examples

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

  data(wiki_hot_100s)

  wiki_hot_100s %>% glimpse()

}

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