hrecht / censusapi

R package to retrieve U.S. Census data and metadata via API
https://www.hrecht.com/censusapi/
169 stars 31 forks source link

Pad state fips codes with 0 in `fips` object #48

Closed hrecht closed 5 years ago

hrecht commented 5 years ago

The Census APIs have started to be more strict with requiring character fips codes (e.g. 01 rather than 1). The existing fips code data list should be padded with 0s.