-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error in listCensusMetadata #41
Comments
Thanks for reporting this. What version of R are you using and what computer system? (If others are reading this issue, please see if you get the same error.) I assume something has changed in the underlying JSON that the |
Thanks @hrecht for the quick reply. I am currently running R version 3.4.4 (2018-03-15) through Version 1.1.456 of of RStudio. And thanks for the tip on where to get the variable names. |
Hey @hrecht I'm having a similar issue - R 3.5.0 on Windows |
Thanks all for the bug report, this has been fixed in version 0.4.1 with a4b1e0b. The bug was caused by the Census Bureau renaming a metadata attribute that was used by the ACS and a few other endpoints. You can install the new version now directly from github: install.packages("devtools")
devtools::install_github("hrecht/censusapi") v0.4.1 will also be submitted to CRAN in the near future. |
I'm having an issue using the
listlistCensusMetadata
command when trying to access ACS data tables. The command works fine when using SAHIE or SAIPE data sets. I get the same error regardless of ACS1 or ACS5 and regardless of what vintage use (e.g. 2012 or 2015). Also I have the most current version of censusapi.The text was updated successfully, but these errors were encountered: