get_artist_reviews {rechonest} | R Documentation |
To get reviews about artist
Description
To get reviews about artist
Usage
get_artist_reviews(api_key, name = NA, id = NA, start = NA,
results = 15)
Arguments
api_key |
Echo Nest API key |
name |
artist's name |
id |
artist's id |
start |
the desired index of the first result returned |
results |
maximum size |
Value
data frame giving blogs about artist
Examples
## Not run:
data=get_artist_reviews(api_key,name="coldplay",results=35)
## End(Not run)
[Package rechonest version 1.2 Index]