Search for an artist by name. Returns artist matches sorted by relevance. Implementation of last.fm's artist.search API method (http://www.last.fm/api/show/artist.search)

artist_search(artist, limit = NA, page = NA)

Arguments

artist

The artist name to search.

limit

The number of results to fetch per page. Defaults to 30.

page

The page number to fetch. Defaults to first page.

Value

A list of search results.

Examples

# NOT RUN {
artist_search("Helado Negro")
# }