playlist.fetch {RLastFM} | R Documentation |
Fetch contents of a lastfm:// playlist
playlist.fetch(playlistURL, key = lastkey, parse = TRUE)
playlistURL |
playlist URL of the form lastfm://.... |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
title |
track title |
artist |
track artist |
If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
API is sensitive to spelling errors.
Greg Hirson <ghirson@ucdavis.edu>
http://www.last.fm/api/show?service=271
playlist.fetch("lastfm://playlist/album/2026126")