powered by
Search Jamendo database for several albums
getAlbums(album_ids, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
List of album IDs to seach for
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.
# NOT RUN { ##Example IDs <- c(104336,124067) albums <- getAlbums(IDs) # }
Run the code above in your browser using DataLab