- Add support for
match_*()
function to take multiple states at once.
- Fixes an error where
build_dec()
andbuild_acs()
fail whengeography = 'state'
. - Fixes an error where empty geometries are returned with
county = NULL
for somegeography
entries.
- Resolves an issue where block-level requests with geometry would fail for 2000 data.
- Internal changes to
build_dec()
andbuild_acs()
to make variable fetching cleaner. - Adds new
groups
tobuild_dec()
for 7 category races with no Hispanic category:'all7'
,'pop7'
, and'vap7'
. - Allows any part race from
build_dec()
with'ap:race'
for all race categories. - Adds call to
breakdown_geoid()
inbuild_dec()
.
- Update year default to 2020 and allow for 2020 calls
- Added a
NEWS.md
file to track changes to the package.