Description Usage Arguments Details Value Functions Examples
These functions return information on users. None of these services require authentication.
1 | user_get_recent_tracks(user, time_range = c(NA, NA), n = page_limit)
|
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 |
artist |
The artist name (TODO) |
album |
The album name (TODO) |
If n
is omitted, the functions return:
All entries for TODO
A number of entries up to page_limit
for TODO
Field period
can be one of overall
, 7day
, 1month
,
3month
, 6month
, or 12month
.
Data.frame of top n
tags with name, play count, number of
listeners, mbid ID, and last.fm url; ordered by popularity.
user_get_recent_tracks
: Get artist top tracks, ordered by popularity
1 | artist_get_top_tracks("Radiohead", n = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.