Downloads and caches a yearly (or the complete) Price Paid Data CSV from HM Land Registry. Returns the path to the cached file. Yearly files are typically 100-200 MB; the complete file (1995-present) is approximately 5.3 GB.
Usage
ukh_ppd_bulk(
year = as.integer(format(Sys.Date(), "%Y")),
full = FALSE,
refresh = FALSE
)See also
Other price paid data:
ukh_ppd(),
ukh_ppd_address(),
ukh_ppd_summary(),
ukh_ppd_transaction(),
ukh_ppd_years()