property_listings: Property Listings

Description Usage Arguments Value References Examples

View source: R/property_listings.R

Description

Retrieve property listings for a given area.

Usage

1
property_listings(postcode = NULL, area = NULL, API_key = NULL)

Arguments

postcode

A string. Valid UK postcode or outcode.

area

A string. Area of interest, e.g. "Nottingham".

API_key

An API key from Zoopla.

Value

A list.

References

http://developer.zoopla.com/docs/read/Property_listings

Examples

1
2
3
4
5
6
## Not run: 

property_listings(postcode = "E1", API_key = "YOUR_API_KEY")
property_listings(area = "Nottingham", API_key = "YOUR_API_KEY")

## End(Not run)

erzk/zooplaR documentation built on Aug. 26, 2019, 11:36 a.m.