Description Usage Arguments Value Examples
Get the most popular artists on Last.fm by country. Implementation of last.fm's geo.getTopArtists API method (http://www.last.fm/api/show/geo.getTopArtists)
1 | geo_getTopArtists(country, limit = NA, page = NA)
|
country |
A country name, as defined by the ISO 3166-1 country names standard. |
limit |
The number of results to fetch per page. Defaults to 50. |
page |
TThe page number to fetch. Defaults to first page. |
A list of the artists.
1 2 3 4 | ## Not run:
geo_getTopArtists("Iceland")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.