Skip to content

Excerpt from the Million Song Dataset as an R data package 🎵

License

Notifications You must be signed in to change notification settings

JoeyBernhardt/singer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

singer

Singer 🎵🎵🎵 is a data package that contains an excerpt from the Million Song Dataset designed for teaching purposes.

Installation

You can install singer from github with:

# install.packages("devtools")
devtools::install_github("JoeyBernhardt/singer")

Example

library(singer)
data("songs")
summary(songs)
#>     title           artist_name             year     
#>  Length:22          Length:22          Min.   :1972  
#>  Class :character   Class :character   1st Qu.:1994  
#>  Mode  :character   Mode  :character   Median :1996  
#>                                        Mean   :1996  
#>                                        3rd Qu.:2000  
#>                                        Max.   :2007

Joins with singer

How to do dplyr joins with singer

About

Excerpt from the Million Song Dataset as an R data package 🎵

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages