ukppd_get {uklr} | R Documentation |
Get Price Paid Data
Description
Price Paid Data tracks property sales in England and Wales submitted to HM Land Registry for registration. Price Paid Data is based on the raw data released each month.
Usage
ukppd_get(
postcode = "PL6 8RU",
item = NULL,
optional_item = NULL,
start_date = NULL,
end_date = NULL,
...
)
Arguments
postcode |
postcode to select, see |
item |
item to select, see |
optional_item |
optional item to select that describes the location of
the transaction, , see |
start_date |
the start date as YYYY-MM-DD. |
end_date |
the end date as YYYY-MM-DD. |
... |
query modifiers passed through |
Value
Returns a tibble in long format.
Examples
ukppd_get("PL6 8RU")
ukppd_get("PL6 8RU", start_date = "2001-01-01")
ukppd_get("PL6 8RU", item = "newBuild", optional_item = "street")
[Package uklr version 1.0.2 Index]