lastrfm-user: last.fm User API methods

Description Usage Arguments Details Value Functions Examples

Description

These functions return information on users. None of these services require authentication.

Usage

1
user_get_recent_tracks(user, time_range = c(NA, NA), n = page_limit)

Arguments

user

The user name to fetch data for (required)

n

Number of entries to return (optional)

period

The time period over which to retrieve data for (optional, default is overall)

artist

The artist name (TODO)

album

The album name (TODO)

Details

If n is omitted, the functions return:

Field period can be one of overall, 7day, 1month, 3month, 6month, or 12month.

Value

Data.frame of top n tags with name, play count, number of listeners, mbid ID, and last.fm url; ordered by popularity.

Functions

Examples

1
artist_get_top_tracks("Radiohead", n = 5)

miccio-dk/lastrfm documentation built on May 22, 2019, 8:58 p.m.