get_artist_familiarity {rechonest} | R Documentation |
To get artist's familiarity
Description
To get artist's familiarity
Usage
get_artist_familiarity(api_key, name = NA, id = NA)
Arguments
api_key |
Echo Nest API key |
name |
artist's name |
id |
artist's id |
Value
data frame giving artist's familiarity
Examples
## Not run:
data=get_artist_familiarity(api_key,name="coldplay")
## End(Not run)
[Package rechonest version 1.2 Index]