Description Usage Arguments Value Examples
Get albums added to myalbums. You can search for either a user ID or a user name.
1 2 3 4 5 | 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.
1 2 3 | ## Example
albumsFromName <- getUserProfileAlbums(user_name = "claudod")
albumsFromID <- getUserProfileAlbums(user_id = "972174")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.