geomarker-io / cincy

Cincinnati Neighborhood, Tract, County, and ZIP Code Geographies
https://geomarker.io/cincy/
GNU General Public License v3.0
0 stars 0 forks source link

column names for returned geographical areas #17

Closed cole-brokamp closed 1 year ago

cole-brokamp commented 2 years ago

Right now, our cincy::tract_*_*() functions return the census tract identifier as tract_fips. Should we harmonize this with other instances where we use census tract identifier column names?

cole-brokamp commented 1 year ago

hh_dep_index will use census_tract_id and census_tract_vintage

cole-brokamp commented 1 year ago

change tract_fips to census_tract_id in all tract data; do not include census_tract_vintage

include this in PR for geo vignette