user.getLovedTracks {RLastFM}R Documentation

API call to user.getLovedTracks

Description

API call to user.getLovedTracks

Usage

user.getLovedTracks(username, key = lastkey, parse = TRUE)

Arguments

username username
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

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"

Note

API is sensitive to spelling.

Author(s)

Greg Hirson <ghirson@ucdavis.edu>

References

http://www.last.fm/api/show?service=329

Examples


user.getLovedTracks("monkeycatfm")

[Package RLastFM version 0.1-4 Index]