ukppd_get | R Documentation |
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.
ukppd_get(
postcode = "PL6 8RU",
item = NULL,
optional_item = NULL,
start_date = NULL,
end_date = NULL,
...
)
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 |
Returns a tibble in long format.
ukppd_get("PL6 8RU")
ukppd_get("PL6 8RU", start_date = "2001-01-01")
ukppd_get("PL6 8RU", item = "newBuild", optional_item = "street")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.