CenterOnBudget / getcensus

Load American Community Survey data from the U.S. Census Bureau API into Stata
https://centeronbudget.github.io/getcensus/
MIT License
15 stars 3 forks source link

Incorrect parsing of multiple countyfips() #42

Closed c-zippel closed 3 years ago

c-zippel commented 3 years ago

On line 435, the second reference to countyfips should actually be countyfips_list This is causing calls with multiple county FIPS codes specified in countyfips() (e.g., countyfips(001 003)) to fail, as spaces aren't being replaced with commas.