powered by
Search Jamendo database for several artists
getArtists(artist_ids, client_id = Sys.getenv("JAMENDO_CLIENT_ID"))
List of artist 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/artists for more information.
# NOT RUN { ##Example IDs <- c(1510,338873) artists <- getArtists(IDs) # }
Run the code above in your browser using DataLab