-
Notifications
You must be signed in to change notification settings - Fork 1
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
LAB 02 #5
Comments
The Census API sometimes limits the amount of data you can download over time. It will not allow you to download all of the tracts for the entire US at one time, for example. If you type tarr <- get_acs( geography = "tract",
state = "TX", county = "Tarrant",
variables = "B19013_001", geometry = TRUE ) I would try adding a state or state+county and see if it works then. |
@lecy Thank you. That part worked with state and county name. Now the assignment is looking for data from the entire country. Is there any way to do it ? |
Which step/question are you referring to? The steps/questions vary in terms of asking for county level data (i.e. entire country) or tract level data (i.e. maricopa county). The lab does not ask you to get tract data for the entire country. |
I am still on step 2. Thanks |
I am trying to isolate just the two variables I need. Here is my code
This keeps giving following error
Error: Your API call has errors. The API message returned is error: unknown/unsupported geography hierarchy.
Please help
The text was updated successfully, but these errors were encountered: