Description Usage Arguments Value Examples
Search for an album by name. Returns album matches sorted by relevance. Implementation of last.fm's album.search API method (http://www.last.fm/api/show/album.search)
1 | album_search(album, limit = NA, page = NA)
|
album |
The album name. |
limit |
The number of results to fetch per page. Defaults to 50. |
page |
The page number you wish to scan to. |
A list of the searched albums.
1 2 3 4 | ## Not run:
album_search("Rhythm & Reason")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.