library_getArtists: Get a list of the artists in a user's library.

Description Usage Arguments Value Examples

Description

A paginated list of all the artists in a user's library, with play counts and tag counts. Implementation of last.fm's library.getArtists API method (http://www.last.fm/api/show/library.getArtists)

Usage

1
library_getArtists(user, limit = NA, page = NA)

Arguments

user

The user whose library you want to fetch.

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 artists.

Examples

1
2
3
4
## Not run: 
library_getArtists("platyjus")

## End(Not run)

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