Description Usage Arguments Value Examples
Get tracks a user has liked, added to favorite or reviewed
1 | getUserProfileTracks(user_id, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
|
user_id |
User ID to seach for |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
Returns a data frame which contains tracks a user has liked, added to favorite or reviewed. See https://developer.jamendo.com/v3.0/users/tracks for more information.
1 2 | ## Example
tracks <- getUserProfileTracks("972174")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.