area_value_graphs: Area Value Graphs

Description Usage Arguments Value References Examples

View source: R/area_value_graphs.R

Description

Generate a graph of values for an outcode over the previous 3 months and return the URL to the generated image. Please note that the output type must always be "outcode" for this method and therefore an area sufficient to produce an outcode is required.

Usage

1
area_value_graphs(area = NULL, API_key = NULL)

Arguments

area

A string representing a valid UK outcode, e.g. "W12".

API_key

An API key from Zoopla.

Value

A list.

References

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

Examples

1
2
3
4
5
## Not run: 

area_value_graphs("W12", "YOUR_API_KEY")

## End(Not run)

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