Description Usage Arguments Value Examples
Get an track chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent track chart for this user. Implementation of last.fm's user.getWeeklyTrackChart API method (http://www.last.fm/api/show/user.getWeeklyTrackChart).
1  | user_getWeeklyTrackChart(user, from = NA, to = NA)
 | 
user | 
 The last.fm username to fetch the charts of.  | 
from | 
 The date at which the chart should start from.  | 
to | 
 The date at which the chart should end on.  | 
A list of an track chart for a user profile.
1 2 3 4  | ## Not run: 
user_getWeeklyTrackChart("platyjus")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.