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)

album_search(album, limit = NA, page = NA)

Arguments

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.

Value

A list of the searched albums.

Examples

# NOT RUN {
album_search("Rhythm & Reason")
# }