22 Feb 2010
This package provides an R interface to the Zillow Web Service API. It allows one to
The following gets the estimate
est = zestimate("1280 Monterey Avenue", "94707", zillowId)where zillowId is a string giving the Zillow key you obtained when you registered to use the Zillow Web Service.
We can get the comparables with
comps = getComps(c("1280 Monterey Avenue", "94707"), zillowId)or
comps = getComps(rownames(est), zillowId)Then we can plot these with
plot(comps)