We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running package version 0.6.6 R Version 4.1.0 RStudio Version 1.4.1717
I am attempting to attach State, County, Place, and County Subdivision names to Census data I have downloaded with the totalcensus package.
I have had no problems creating object with State and County names.
However, when I attempt to specify
convert_fips_to_names(c('01301'), states=c('AZ'), geo_header = "PLACE")
I get the following error:
Error in get(geo_header) : object 'PLACE' not found
Am I missing something with the geo_header specification?
Any assistance would be greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running package version 0.6.6
R Version 4.1.0
RStudio Version 1.4.1717
I am attempting to attach State, County, Place, and County Subdivision names to Census data I have downloaded with the totalcensus package.
I have had no problems creating object with State and County names.
However, when I attempt to specify
convert_fips_to_names(c('01301'), states=c('AZ'), geo_header = "PLACE")
I get the following error:
Error in get(geo_header) : object 'PLACE' not found
Am I missing something with the geo_header specification?
Any assistance would be greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered: