lyrics {billboard} | R Documentation |
Lyrics from songs on Billboards Hot 100 from 1960 to 2016
Description
A data set containing lyrics for songs on the Billboard Hot 100 over the past 57 years. The lyrics were identified and collected by webscraping so there might be some errors and mistakes - have that in mind.
Usage
lyrics
Format
A data frame with 5701 rows and 4 variables:
- title
the title of the song
- artist
the artist of the song
- year
year
- lyrics
lyrics of the song
Source
Examples
if (require("dplyr")) {
data(lyrics)
lyrics %>% glimpse()
}
[Package billboard version 0.1.0 Index]