user_getWeeklyAlbumChart: Get an album chart for a user profile.

Description Usage Arguments Value Examples

Description

Get an album chart for a user profile, for a given date range. If no date range is supplied, it will return the most recent album chart for this user. Implementation of last.fm's user.getWeeklyAlbumChart API method (http://www.last.fm/api/show/user.getWeeklyAlbumChart).

Usage

1
user_getWeeklyAlbumChart(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 album chart for a user profile.

Examples

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

## End(Not run)

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