ukppd_avail_items() displays all available items for search, ukppd_avail_optional_items() displays optional items that refer to the location of the transaction and ukppd_avail_postcodes displays the available postcodes. /

ukppd_avail_items()

ukppd_avail_optional_items()

ukppd_avail_postcodes()

Value

Returns a character vector.

Examples

ukppd_avail_items()
#> [1] "transactionId" "recordStatus" "hasTransaction" "propertyType" #> [5] "newBuild" "estateType" "propertyAddress"
ukppd_avail_optional_items()
#> [1] "district" "county" "paon" "town" "street"
ukppd_avail_postcodes()[1:10]
#> [1] "CH7 4BF" "CH7 4BR" "CH7 4BS" "CH7 4BT" "CH7 4BU" "CH7 4BX" "CH7 4BY" #> [8] "CH7 4BZ" "CH7 4DA" "CH7 4DB"