getAlbums | R Documentation |
Search Jamendo database for several albums
getAlbums(album_ids, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
album_ids |
List of album IDs to seach for |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
Returns a data frame which contains information about several albums. See https://developer.jamendo.com/v3.0/albums for more information.
##Example
IDs <- c(104336,124067)
albums <- getAlbums(IDs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.