user_getWeeklyArtistChart: Get an artist chart for a user profile.

Description Usage Arguments Value Examples

Description

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).

Usage

1
user_getWeeklyArtistChart(user, from = NA, to = NA)

Arguments

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.

Value

A list of an artist chart for a user profile.

Examples

1
2
3
4
## Not run: 
user_getWeeklyArtistChart("platyjus")

## End(Not run)

juyeongkim/lastfmr documentation built on June 6, 2019, 12:07 a.m.