get_artist_images {rechonest} | R Documentation |
To get artist's images
Description
To get artist's images
Usage
get_artist_images(api_key, name = NA, id = NA, start = NA, results = 15,
license = "unknown")
Arguments
api_key |
Echo Nest API key |
name |
artist name |
id |
Echo Nest ID |
start |
the desired index of the first result returned |
results |
the number of results desired |
license |
the desired licenses of the returned images |
Value
data frame giving artist's images
Examples
## Not run:
data=list_genres(api_key)
## End(Not run)
[Package rechonest version 1.2 Index]