Description Usage Arguments Value Examples
Search Jamendo database for several artists
1  | 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.
1 2 3  | ##Example
 IDs <- c(1510,338873)
 artists <- getArtists(IDs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.