Skip to contents

This will read and process the postcode lookup, it will return the final data and (optionally) write it to disk.

Usage

process_lookup_postcode(
  spd_path = get_spd_path(),
  simd_path = get_simd_path(),
  locality_path = get_locality_path(),
  write_to_disk = TRUE
)

Arguments

spd_path

Path to Scottish Postcode Directory.

simd_path

Path to SIMD lookup.

locality_path

Path to locality lookup.

write_to_disk

(optional) Should the data be written to disk default is TRUE i.e. write the data to disk.

Value

the final data as a tibble.