Apr
28
Funky music in funky months: Does my taste of music change over the year?
I already introduced some stuff I did with the last.fm API. But did you ever wonder if your taste of music changes over the year? Sunny music in the sunny months and dark music in darker months? Well, I did. And I want to check it out with the RLastFM package and some additional functions.
First, we load the package and assign an API key to the global variable api.key, you have to get yourself an API key to test this stuff.
library(RLastFM)
api.key <- <your key here>
I define a function which only calls another one from the RLastFM package. This isn't really necessary.
First, we load the package and assign an API key to the global variable api.key, you have to get yourself an API key to test this stuff.
library(RLastFM)
api.key <- <your key here>
I define a function which only calls another one from the RLastFM package. This isn't really necessary.