Installation

zooplaR is currently available only on GitHub. To install it use:

install.packages("devtools")
devtools::install_github("erzk/zooplaR")

This package is using the Zoopla Developer API so start with reading the official documentation.

You will need to register for an account and an API key.

Once you have the key, the best way is store it in your environment variable. For details read the Appendix.

In my case, the API key is stored in the variable zoopla_key. I can check whether it’s defined and loaded correctly using Sys.getenv("zoopla_key").

Examples

See the README file.

Issues

If you notice an error then please raise an issue.