Description Usage Arguments Value Examples
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)
1 | artist_search(artist, limit = NA, page = NA)
|
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. |
A list of search results.
1 2 3 4 | ## Not run:
artist_search("Helado Negro")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.