Last chance! 50% off unlimited learning
Sale ends in
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.
lyrics
A data frame with 5701 rows and 4 variables:
the title of the song
the artist of the song
year
lyrics of the song
# NOT RUN {
if (require("dplyr")) {
data(lyrics)
lyrics %>% glimpse()
}
# }
Run the code above in your browser using DataLab