artist.getShouts {RLastFM}R Documentation

API call to artist.getShouts

Description

API call to artist.getShouts

Usage

artist.getShouts(artist, key = lastkey, parse = TRUE)

Arguments

artist Name of the artist, in quotes
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

username Username
shout Text of shout
date Date that shout was entered

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=397

Examples


res = artist.getShouts(artist = "Wilco")

#length(res$shout)
#[1] 1124

[Package RLastFM version 0.1-4 Index]