event.getShouts {RLastFM} | R Documentation |
API call to event.getShouts
event.getShouts(event, key = lastkey, parse = TRUE)
event |
Event ID. Can be found using artist.getEvents. See example. |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
username |
Username |
body |
Body of shout |
date |
Date of shout |
If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
Not very many people have left shouts for events, so it has been hard to find and example that works.
Greg Hirson <ghirson@ucdavis.edu>
http://www.last.fm/api/show?service=399
res = event.getShouts("1039365")