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