Description Usage Arguments Value Examples
View source: R/extract_artist_names.R
To extract artist names from text.
1 2 3  | 
api_key | 
 Echo Nest API key  | 
text | 
 text that contains artist names  | 
min_hotttnesss | 
 the minimum hotttnesss for returned artists  | 
max_hotttnesss | 
 the maximum hotttnesss for returned artists  | 
min_familiarity | 
 the minimum familiarity for returned artists  | 
max_familiarity | 
 the maximum familiarity for returned artists  | 
sort | 
 specified the sort order of the results  | 
results | 
 the number of results desired  | 
data frame giving artist's names
1 2 3 4  | ## Not run: 
data=extract_artist_names(api_key,text="I like adele and Maroon 5")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.