Skip to contents

Returns all available fields and any improvement recommendations for one Energy Performance Certificate identified by its LMK key.

Usage

ukh_epc_certificate(lmk_key, type = c("domestic", "non-domestic", "display"))

Arguments

lmk_key

Character. The certificate's LMK key (found in the lmk_key column of ukh_epc_search() results).

type

Character. Register: "domestic" (default), "non-domestic", or "display".

Value

A list with two elements:

certificate

A one-row data frame with all certificate fields.

recommendations

A data frame of improvement recommendations (may be empty).

See also

Examples

if (FALSE) { # \dontrun{
cert <- ukh_epc_certificate("0000-0000-0000-0000-0000")
cert$certificate
cert$recommendations
} # }