if (FALSE) {
mydat <- download_scrobbles(username = "your_username", api_key = "your_api_key")
update_dat <- update_scrobbles(mydat,
"date_unix",
username = "your_username",
api_key = "your_api_key")
}
Run the code above in your browser using DataLab