user.getLovedTracks {RLastFM} | R Documentation |
API call to user.getLovedTracks
user.getLovedTracks(username, key = lastkey, parse = TRUE)
username |
username |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
track |
track title |
lovedate |
date of "love" |
artist |
artist |
artmbid |
artist mbid |
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=329
user.getLovedTracks("monkeycatfm")