Get albums a user added to myalbums
Get albums added to myalbums. You can search for either a user ID or a user name.
getUserProfileAlbums(user_id = NULL, user_name = NULL,
client_id = Sys.getenv("JAMENDO_CLIENT_ID"))user_id |
User ID to seach for |
user_name |
User name to seach for |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
Returns a data frame which contains albums a user added to myalbums. See https://developer.jamendo.com/v3.0/users/albums for more information.
## Example albumsFromName <- getUserProfileAlbums(user_name = "claudod") albumsFromID <- getUserProfileAlbums(user_id = "972174")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.