get_artist_data {rechonest} | R Documentation |
To get artist's data
Description
To get artist's data
Usage
get_artist_data(api_key, name = NA, id = NA, hotttnesss = T, terms = F,
blogs = F, news = F, familiarity = F, audio = F, images = F,
songs = F, reviews = F, discovery = F, partner = NA,
biographies = F, doc_counts = F, artist_location = F,
years_active = F, urls = F)
Arguments
api_key |
Echo Nest API key |
name |
artist's name |
id |
artist's id |
hotttnesss |
artist's hotttnesss |
terms |
artist's terms |
blogs |
blogs about artist |
news |
news articles about artist |
familiarity |
artist's familiarity |
audio |
artist's audio details |
images |
artist's images details |
songs |
artist's songs details |
reviews |
reviews about artist |
discovery |
artist's discovery details |
partner |
partner catalog |
biographies |
artist's biographies |
doc_counts |
artist's doc_counts |
artist_location |
artist location |
years_active |
years active |
urls |
urls of artist websites |
Value
data frame giving artist's hotttnesss
Examples
## Not run:
data=get_artist_data(api_key,name="coldplay",terms=T,blogs=T)
## End(Not run)
[Package rechonest version 1.2 Index]