get_top_genre_artists {rechonest} | R Documentation |
To Return the top artists for the given genre
Description
To Return the top artists for the given genre
Usage
get_top_genre_artists(api_key, genre)
Arguments
api_key |
Echo Nest API key |
genre |
the genre name |
Value
data frame top artist of the given genre
Examples
## Not run:
data=get_top_genre_artists(api_key,genre="pop")
## End(Not run)
[Package rechonest version 1.2 Index]