v1.9.0
Major changes
- Function
read_health_facilities()
now has a new parameterdate
, which will allow users to access data for different dates of reference. The plan is to have at least one update of this data set per year. Closes #334. - Functions
read_urban_area()
andread_metro_area()
now have a new parametercode_state
, which will allow users to filter selected states. Closes #338
Bug fix
- Using
data.table::rbindlist()
to rind data was throwing errors when some observations were of classPOLYGONS
and others wereMULTIPOLYGONS
. This has now been replaced withdplyr::bind_rows()
at a very small performance penalty. Closes #346.
New data
- schools for 2023
- health facilities for 202303
- census tracts for 2020 and 2022