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
Hello, I'm getting an CRS error when joining data to the base map -- is there a workaround for this? thank you!
> west_trump_no <- dplyr::left_join(west_hex_map, trump_no, by = "gss_code") #Joining to base map
gives error:
old-style crs object detected; please recreate object with a recent sf::st_crs()
The text was updated successfully, but these errors were encountered:
I'll re-run the scripts to create the various hex maps with updated logic in a couple hours, hopefully that should solve the problem.
Sorry, something went wrong.
@mikeyernest I've re-run the base files, can you install from github and try again?
problem solved! thank you thank you
evanodell
No branches or pull requests
Hello, I'm getting an CRS error when joining data to the base map -- is there a workaround for this? thank you!
gives error:
The text was updated successfully, but these errors were encountered: