powered by
Get your own playlists
getMyPlaylists(token, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
OAuth access token (the previously created OAuth token)
Defaults to System Environment variable "JAMENDO_CLIENT_ID"
Returns a data frame which contains information about your playlists. See https://developer.jamendo.com/v3.0/playlists for more information.
# NOT RUN { ##Example app_name="" if(app_name != "") { token <- jamendoOAuth(app_name=app_name) playlists <- getMyPlaylists(token) } # }
Run the code above in your browser using DataLab