Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core_based_statistical_areas() not working #188

Open
xiaofanliang opened this issue Aug 30, 2024 · 1 comment
Open

core_based_statistical_areas() not working #188

xiaofanliang opened this issue Aug 30, 2024 · 1 comment

Comments

@xiaofanliang
Copy link

library(tigris)
cbsa = core_based_statistical_areas(cb=TRUE)

Console:

Retrieving data for the year 2022
Error: Cannot open "/private/var/folders/9y/52hqds1s1pj0_lntjkbtq9d00000gq/T/Rtmp9Ys8Lw"; The source could be corrupt or not supported. See st_drivers() for a list of supported formats.
In addition: Warning message:
In unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file

@walkerke
Copy link
Owner

CBSAs weren't defined for 2022 as Census was adjusting for the new county-equivalents in Connecticut. We'll have a patch soon with an error message; in the meantime use year = 2023 to get the new boundaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants