Downloads and extracts the MHCLG bulk ZIP containing all domestic
certificates and recommendations for one local authority. The ZIP
is typically 5 to 50 MB and contains certificates.csv,
recommendations.csv, and a licence file.
Usage
ukh_epc_bulk(
la,
refresh = FALSE,
type = c("domestic", "non-domestic", "display")
)Value
A list with elements certificates and recommendations,
each giving the path to the extracted CSV.
See also
Other energy performance certificates:
ukh_epc_certificate(),
ukh_epc_recommendations_summary(),
ukh_epc_search(),
ukh_epc_summary()
Examples
if (FALSE) { # \dontrun{
paths <- ukh_epc_bulk("E09000033")
certs <- read.csv(paths$certificates)
} # }