extract_artist_names {rechonest} | R Documentation |
To extract artist names from text.
Description
To extract artist names from text.
Usage
extract_artist_names(api_key, text, min_hotttnesss = NA,
max_hotttnesss = NA, min_familiarity = NA, max_familiarity = NA,
sort = NA, results = NA)
Arguments
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 |
Value
data frame giving artist's names
Examples
## Not run:
data=extract_artist_names(api_key,text="I like adele and Maroon 5")
## End(Not run)
[Package rechonest version 1.2 Index]