artist_search: Search for an artist by name.

Description Usage Arguments Value Examples

Description

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)

Usage

1
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

1
2
3
4
## Not run: 
artist_search("Helado Negro")

## End(Not run)

juyeongkim/lastfmr documentation built on June 6, 2019, 12:07 a.m.