venue.search {RLastFM} | R Documentation |
API call to venue.search
venue.search(venue, limit = NA, page = NA, country = NA, key = lastkey, parse = TRUE)
venue |
venue search term |
limit |
limit to return per page |
page |
page number, see limit |
country |
Limit to a country. Use 2/3 letter country codes |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
name |
venue name |
street |
venue street address |
city |
venue city |
country |
venue country |
lat |
venue latitude |
long |
venue longitude |
id |
venue ID |
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=396
venue.search("Spaceland", country = "US")