get_top_hottt {rechonest} | R Documentation |
To return a list of the top hottt artists
Description
To return a list of the top hottt artists
Usage
get_top_hottt(api_key, genre = NA, start = NA, results = 15)
Arguments
api_key |
Echo Nest API key |
genre |
the set of genres of interest |
start |
the desired index of the first result returned |
results |
the number of results desired |
Value
data frame giving top hottt artists
Examples
## Not run:
data=get_top_hottt(api_key)
## End(Not run)
[Package rechonest version 1.2 Index]