Description Usage Arguments Value Examples
Get an artist chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent artist chart for this user. Implementation of last.fm's user.getWeeklyArtistChart API method (http://www.last.fm/api/show/user.getWeeklyArtistChart).
1 | user_getWeeklyArtistChart(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 artist chart for a user profile.
1 2 3 4 | ## Not run:
user_getWeeklyArtistChart("platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.