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 example of figuring out what the FIPS code is for a county or parish that you are interested in #60

Open
geanders opened this issue Jun 15, 2020 · 0 comments

Comments

@geanders
Copy link
Owner

Great idea, @mhughes26. I think a good step would be to add an example to the vignette / README of how to do this. I think that the county_centers data---which is in hurricaneexposuredata, so you get it when you load hurricaneexposure---includes both county names and FIPS codes. Could you try loading that and printing the first few rows here, and we can take a look?

Something like:

library(hurricaneexposuredata)
library(hurricaneexposure)
data(county_centers)
head(county_centers)
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

No branches or pull requests

1 participant