- Added
.datapronouns to functions inarea_query.Rand now get NO NOTES on R CMD check!!
- Removed Counties API functionality as it doesn't return LSOA details like the Admin Areas API. And instead...:
- Added the ability for
area_queryto handle a vector of area names viapurrr::map_df, so you can send all LAD names from a county in one go
- Introduced
possiblyadverb fordoogal_downloadand when properly documented, fixes issue #5.
- Added a
NEWS.mdfile to track changes to the package. - Added Counties API (doogal.co.uk) for retrieval of postcodes in
doogal_download.R(addresses #1) - Improved some function param documentation