album_search: Search for an album by name.

Description Usage Arguments Value Examples

Description

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)

Usage

1
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

1
2
3
4
## Not run: 
album_search("Rhythm & Reason")

## End(Not run)

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