hurricaneexposure
hurricaneexposure copied to clipboard
Add example of figuring out what the FIPS code is for a county or parish that you are interested in
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)