Shift VHA geographies for Alaska and Hawaii
shift_geo(data, conus = FALSE)
data | The shapefile with the feature geography you want to shift. Currently only supports sector and submarket shapefiles. |
---|---|
conus | if set to TRUE, will only return the continental US Defaults to FALSE. |
a [tibble][tibble::tibble-package] of VHA geographies and attributes
https://github.com/rdinter/rd3albers https://geocompr.robinlovelace.net/geometric-operations.html
if (FALSE) { shift_geo(submarket) %>% ggplot() + geom_sf() + theme_minimal() }