-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
return_vacant and 'VACS' variable not working for get_pums #560
Comments
Thanks for flagging! The PUMS API appears to be down right now so I can't test, but I will do so when it's back up. |
Just fixed one bug - this now works when |
@willyrcoder try out the GitHub version ( |
Thank you!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to grab the new PUMs data using tidycensus and I need vacancies to do the analysis. However, whenever I use the latest year for PUMS, get_pums throws and error if I include the variable 'VACS' or use 'return_vacant = TRUE'. Below is the code I am using:
When running the above code, I receive this error: Error: Can't combine
..1$NP
and..2$NP
.If I remove return_vacant or the 'VACS' variable, the code works fine. Is this a bug arising from the changes to the 2020 PUMs geographies? Is there a way to get vacancy with the new geographies?
The text was updated successfully, but these errors were encountered: