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)

geo_getTopArtists(country, limit = NA, page = NA)

Arguments

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.

Value

A list of the artists.

Examples

# NOT RUN {
geo_getTopArtists("Iceland")
# }