Search Jamendo database for several artists
Search Jamendo database for several artists
getArtists(artist_ids, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))artist_ids |
List of artist 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/artists for more information.
##Example IDs <- c(1510,338873) artists <- getArtists(IDs)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.