booli-class: Query Booli API

Description Arguments Examples

Description

Returns a data frame with Booli data

Arguments

id

caller id

key

private api key

path

object type; "listings" (default) or "sold"

limit

max observations to be returned from api (default: 500)

...

additional arguments sent to the http get request; for possible parameters, see http://www.booli.se/api/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
a <- booli("YOUR_CALLERID", "YOUR_APIKEY")

# Get currently listed apartments in Nacka (default limit is 500)
x <- a$get(path = "listings", q = "nacka")

# Get latest 1200 sold apartments in Stockholm
x <- a$get(path = "sold", q = "stockholm", limit = 1200)

## End(Not run)

reinholdsson/rbooli documentation built on May 27, 2019, 4:54 a.m.