- Added
.data
pronouns to functions inarea_query.R
and 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_query
to handle a vector of area names viapurrr::map_df
, so you can send all LAD names from a county in one go
- Introduced
possibly
adverb fordoogal_download
and when properly documented, fixes issue #5.
- Added a
NEWS.md
file 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