postcode_properties: Postcode Properties

Description Usage Arguments Value References Examples

View source: R/postcode_properties.R

Description

Allows developers to build their own Appraisal engine like the one on Zoopla by making three separate API calls to find a property and contact the agent for a valuation. Step 1 only.

Usage

1
postcode_properties(postcode = NULL, API_key = NULL)

Arguments

postcode

A string representing a valid UK postcode, e.g. "EH1 2NG".

API_key

An API key from Zoopla.

Value

A list.

References

https://developer.zoopla.co.uk/docs/read/Arrange_Appraisals

Examples

1
2
3
4
5
6
## Not run: 

postcode_properties("EH12NG", "YOUR_API_KEY")
postcode_properties("EH1 2NG", "YOUR_API_KEY")

## End(Not run)

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