Generate a set of graphs of local info for an outcode (and optional incode) and return the URL to the generated image.

local_info_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/Local_Info_Graphs

Examples

# NOT RUN {
local_info_graphs("W12", "YOUR_API_KEY")
# }