ukppd_get: Get Price Paid Data

Description Usage Arguments Value Examples

View source: R/get.R

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

1
2
3
4
5
6
7
8
ukppd_get(
  postcode = "PL6 8RU",
  item = NULL,
  optional_item = NULL,
  start_date = NULL,
  end_date = NULL,
  ...
)

Arguments

postcode

postcode to select, see ukppd_avail_postcode() for available postcodes.

item

item to select, see ukppd_avail_items() for available items.

optional_item

optional item to select that describes the location of the transaction, , see ukppd_avail_optional_items() for available items.

start_date

the start date as YYYY-MM-DD.

end_date

the end date as YYYY-MM-DD.

...

query modifiers passed through rdf_modifiers.

Value

Returns a tibble in long format.

Examples

1
2
3
4
5
ukppd_get("PL6 8RU")

ukppd_get("PL6 8RU", start_date = "2001-01-01")

ukppd_get("PL6 8RU", item = "newBuild", optional_item = "street")

uklr documentation built on May 25, 2021, 1:06 a.m.