Description Usage Arguments Value Examples
Get the most popular tracks on Last.fm last week by country. Implementation of last.fm's geo.getTopTracks API method (http://www.last.fm/api/show/geo.getTopTracks)
1  | geo_getTopTracks(country, location = NA, limit = NA, page = NA)
 | 
country | 
 A country name, as defined by the ISO 3166-1 country names standard.  | 
location | 
 A metro name, to fetch the charts for (must be within the country specified)  | 
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 tracks.
1 2 3 4  | ## Not run: 
geo_getTopTracks("Nigeria")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.