Description Usage Arguments Value Examples
Get a list of available charts for this user, expressed as date ranges which can be sent to the chart services. Implementation of last.fm's user.getWeeklyChartList API method (http://www.last.fm/api/show/user.getWeeklyChartList).
1 | user_getWeeklyChartList(user)
|
user |
TThe last.fm username to fetch the charts list for. |
A list of an artist chart for a user profile.
1 2 3 4 | ## Not run:
user_getWeeklyChartList("platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.