- Fixed a typo in the lookup path that meant the package wouldn't work on Windows (RStudio Desktop).
- Make the minimum required R version 4.1
- Overhaul the README; fixed out of date information, and added more detail and examples.
- Metadata is now available! Currently, this is only for the Scottish Postcode Directory (
get_spd()), but we will bring it to the other lookups soon, too. You can see the metadata by usingmetadata()on the lookup object, for example:
spd <- get_spd()
metadata(spd)- Initial version, which includes:
get_hscp_locality(),get_simd_datazone(),get_simd_postcode(), andget_spd()