knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of {uklr} is to access data from HM Land Registry Open Data http://landregistry.data.gov.uk/ through SPARQL queries. {uklr} supports the UK HPI, Transaction Data and Price Paid Data.
Install release version from CRAN
install.packages("exuber")
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("kvasilopoulos/uklr")
If you encounter a clear bug, please file a reproducible example on GitHub.
library(uklr) ukhp_get(region = "newport", start_date = "2019-01-01") ukppd_get(postcode = "PL6 8RU", start_date = "2015-01-01") uktrans_get(item = "totalApplicationCountByRegion", region = "East Anglia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.