extract_artist_names: To extract artist names from text.

Description Usage Arguments Value Examples

Description

To extract artist names from text.

Usage

1
2
3
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

1
2
3
4
## Not run: 
data=extract_artist_names(api_key,text="I like adele and Maroon 5")

## End(Not run)

mukul13/REchoNest documentation built on May 23, 2019, 8:21 a.m.