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

Add the ability to filter ZCTA results by state in get_acs #580

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brendensm
Copy link

I encountered this issue trying to pull data specific to my state. In this PR I have:

  • added a check in load_data_acs to query all ZCTAs if the state argument is supplied
  • added a statement in acs.R to filter returned results by the state argument when these conditions are met
  • added the dependency for zctaCrosswalk to quickly filter results

Brenden Smith added 2 commits August 6, 2024 08:47
Changes load_data to query all ZCTAs in this scenario.
Changes get_acs to filter returned ZCTAs after the query using zctaCrosswalk
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

Successfully merging this pull request may close these issues.

1 participant