wiki_hot_100s {billboard}R Documentation

Overview of Billboards Hot 100 from 1960 to 2016

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

wiki_hot_100s

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

if (require("dplyr")) {

  data(wiki_hot_100s)

  wiki_hot_100s %>% glimpse()

}

[Package billboard version 0.1.0 Index]