user.getRecentTracks {RLastFM} | R Documentation |
API call to user.getRecentTrack
user.getRecentTracks(username, limit = NA, key = lastkey, parse = TRUE)
username |
username |
limit |
limit of tracks to return |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
track |
track title |
artist |
artist |
album |
album |
artmbid |
artist mbid |
albmbid |
album mbid |
date |
date of play |
If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
API is sensitive to spelling.
Greg Hirson <ghirson@ucdavis.edu>
http://www.last.fm/api/show?service=278
#last scrobble date: user.getRecentTracks("monkeycatfm")$date[1]