knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

uklr

CRAN status Lifecycle: stable R-CMD-check Codecov test coverage

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.

Installation

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.

Example

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")


kvasilopoulos/uklr documentation built on Aug. 13, 2024, 3:10 p.m.